Query result into a current form

smeagain

Registered User.
Local time
Today, 16:02
Joined
Jan 5, 2011
Messages
26
Access 2007. I have created a calculation query, which when run gives me the total I require. How do I now get the total to show in the total field on one of my forms.
 
I assume you mean this query is unrelated to the existing source of the form. You can use a DLookup() to get the value from the query.
 

Users who are viewing this thread

Back
Top Bottom