G
Greg Green
I'd like to write a query within the code module of a form, then have the
query's result (a single value) appear in a text box. Setting the text box's
Value property to the query doesn't run the query or retrieve the value to
the TextBox. Setting a QueryDef variable to the SQL String doesn't do it.
How is this done?
Thanks in advance.
query's result (a single value) appear in a text box. Setting the text box's
Value property to the query doesn't run the query or retrieve the value to
the TextBox. Setting a QueryDef variable to the SQL String doesn't do it.
How is this done?
Thanks in advance.