Get result from summary query into textbox

accesscomthomas

Registered User.
Local time
Today, 16:05
Joined
Jul 30, 2004
Messages
26
:confused: hello, I have created a summary query to calculate a "total" , the query is giving only ONE number (i.e. a table with only 1 row and 1 column) ....
but , HOW could I get that value and put it into a textbox ????
 
so the query isnt associated with the form?

but you want a text box on a form to show that value?
 
yes , it's not associated ....
or , SHOULD I associate it ? and HOW to associate it ?

i just wanna put the ONLY one result from the query into a textbox (which is bound) .... i feel so poor about how stupid am i :(
 
well
make a subform, and link it to that qry, with a text box, remove the record selectors and everything.

So its just a subform for that textbox.
 

Users who are viewing this thread

Back
Top Bottom