pulling SQL sentence from a query to a string value

  • Thread starter Thread starter thread
  • Start date Start date
T

thread

Hi all,

i need to pull by coding the SQL sentences of the queries in order to
make decision or to make changes
is it posible by coding to extract this data?
 
Hi all,

i need to pull by coding the SQL sentences of the queries in order to
make decision or to make changes
is it posible by coding to extract this data?

Dim strSQL As String
strSQL = CurrentDb.Querydefs("Queryname").SQL


John W. Vinson [MVP]
 

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

Back
Top