A accesscomthomas Registered User. Local time Today, 20:51 Joined Jul 30, 2004 Messages 26 Aug 5, 2004 #1 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 ????
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 ????
C Crilen007 Uhm, Title... *shrug* Local time Today, 05:51 Joined Jun 13, 2003 Messages 531 Aug 5, 2004 #2 so the query isnt associated with the form? but you want a text box on a form to show that value?
A accesscomthomas Registered User. Local time Today, 20:51 Joined Jul 30, 2004 Messages 26 Aug 5, 2004 #3 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
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
C Crilen007 Uhm, Title... *shrug* Local time Today, 05:51 Joined Jun 13, 2003 Messages 531 Aug 5, 2004 #4 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.
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.
A accesscomthomas Registered User. Local time Today, 20:51 Joined Jul 30, 2004 Messages 26 Aug 5, 2004 #5 oh !!!! so clever and tricky !!!!! thanks