how to get the content of my existing query?

Joined
Jul 5, 2005
Messages
22
Reaction score
0
a new question is, how to get the content of my existing query, like the content of "query1" is
"select * from...", i want to sign it to a string.

for example,
...
dim strQuery as string

Me.RecordSource = "Query1"

strQuery = content of "Query1" <-- i don't know how to get it
.....


really thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top