make query

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

thread

Hi all,
Im trying to make a dinamic query(basing on several of other querys),is
there a way to make a query the same as to make a table so if its
needed it will be destroyes?
 
Your question is vague. What do you mean "is build"

If you mean persist the results of running a query then the answer is
"No" unless you run a maketable query in which case you've made a
table.

You can open the query design wizard by going to the Database|Query
window and clicking "New" When it opens, switch to SQL view and write
your query. Then save that query with a name. To get the data run
the query.

HTH
 
yes, i know how to make a query in the normal way,my issue is that i
will be able to make dinamic as posible the access so it will mostly be
with a vb code and less use constant queries
 

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