S
Stefan van der Hooft
Hello!
I’ve made a query in Access witch counts the results the last 12 months. I
would like to put this result (only 1 result (number) ) into a textbox on my
form.
At the control source of this specific textbox I select the expression
builder and select the above mentioned Query. But, when I run my form the
only result is: #Name?
Can somebody help me?
Ps. the name of my query is: Q_OE_Ideas__Last12Months_SumOfAantal and this
the content:
SELECT SUM(Binn_Aantal) AS Last12Months
FROM T_OE_Ideas_Queried
WHERE (((T_OE_Ideas_Queried.Date)>=DateAdd("m",-12,Date())));
I’ve made a query in Access witch counts the results the last 12 months. I
would like to put this result (only 1 result (number) ) into a textbox on my
form.
At the control source of this specific textbox I select the expression
builder and select the above mentioned Query. But, when I run my form the
only result is: #Name?
Can somebody help me?
Ps. the name of my query is: Q_OE_Ideas__Last12Months_SumOfAantal and this
the content:
SELECT SUM(Binn_Aantal) AS Last12Months
FROM T_OE_Ideas_Queried
WHERE (((T_OE_Ideas_Queried.Date)>=DateAdd("m",-12,Date())));