Get a query inside a text field

herbertioz

Registered User.
Local time
Today, 20:38
Joined
Nov 6, 2009
Messages
66
I need to get a query who calculate Sum(). The query are working, but I cant get it to "print" out in the textfield. Why not?
 
You can't refer directly to a query that is not part of the record source of the form. You could get the value with a DLookup() if you want (or maybe skip the query and use a DSum()).
 
You can't refer directly to a query that is not part of the record source of the form. You could get the value with a DLookup() if you want (or maybe skip the query and use a DSum()).

Thanks for answer
Do you have a sample code for the Dlookup and Dsum?
 

Users who are viewing this thread

Back
Top Bottom