SQL sentence in ADO object

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

thread

Hi all,
i'm trying to build dynamic objects with VBA,it there a way to place
inside the object the SQL sentence so it will build some temporary query
 
What sort of "objects" are you talking about? Certainly you can use ADO to
run an arbitrary SQL statement using either the Command or Recordset
objects.
 
yes,thanks this is what i needed,its for the option to export data to
excel when changing fields dynamicly

Douglas J. Steele ëúá:
 

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