Fairly simple one, but I can't crack it!
I've got an accounts program, in which a user can insert prices of services.
The resultant table is like so:
customer_number cost
1 £20.00
2 £35.00
etc...
that was already sorted by someone else, (I foolishly volunteered to tweak the application for a friend!) and I somehow managed to create a query, outputtin the grand total of the table (i.e. £55.00 in this example)
Still with me so far?
Right. Then, in a form, Access (running locally, btw) displays the table above as individual rows.
My friend has asked if I can dicsplay the cost total at the bottom of the page.
The Control Source of the text box I think I can use is
'=[Daily SERVICE Query]![Repair_cost_total]'
where 'Daily' is the name of the query, 'SERVICE' is the name of the table and 'Query' should be obvious.
'Repair_cost_total' is the name of the column containing £55.00 (in this example) but I'm pretty sure it's the syntax that's not working, because when I run the file, the result is '#Name?'
WHAT AM I DOING WRONG?
Many thanks in advance...
Access Beginner!

I've got an accounts program, in which a user can insert prices of services.
The resultant table is like so:
customer_number cost
1 £20.00
2 £35.00
etc...
that was already sorted by someone else, (I foolishly volunteered to tweak the application for a friend!) and I somehow managed to create a query, outputtin the grand total of the table (i.e. £55.00 in this example)
Still with me so far?

Right. Then, in a form, Access (running locally, btw) displays the table above as individual rows.
My friend has asked if I can dicsplay the cost total at the bottom of the page.
The Control Source of the text box I think I can use is
'=[Daily SERVICE Query]![Repair_cost_total]'
where 'Daily' is the name of the query, 'SERVICE' is the name of the table and 'Query' should be obvious.
'Repair_cost_total' is the name of the column containing £55.00 (in this example) but I'm pretty sure it's the syntax that's not working, because when I run the file, the result is '#Name?'
WHAT AM I DOING WRONG?
Many thanks in advance...
Access Beginner!
