I need to have a Select Query show up in a textbox and return everything back in the text box from the query. I tried to put the select Query in the Control Source of the textbox, but this did not work.
Here is the Query
SELECT qManagerQuery.Q8
FROM qManagerQuery;
Q8 is a memo field; it will return many lines of information.
Any ideas?
Thanks,
Darkhat
Here is the Query
SELECT qManagerQuery.Q8
FROM qManagerQuery;
Q8 is a memo field; it will return many lines of information.
Any ideas?
Thanks,
Darkhat