Update a query with new data

  • Thread starter Thread starter Charles Deng
  • Start date Start date
C

Charles Deng

Hi All:

I want to update a query with a set of new data. Every
thing, such as query format and reports for this query, is
the same. Could anyone tell me the steps I need to go to
complete this updating? Thanks a lot.


Charles
 
Hi All:

I want to update a query with a set of new data. Every
thing, such as query format and reports for this query, is
the same. Could anyone tell me the steps I need to go to
complete this updating? Thanks a lot.


Charles

See my answer in the other thread. You don't need to "update" a query;
the data in a query has no independent existance, it's just pointers
to data which exists in Tables. If you update the table, a query based
on that table is ipso facto already updated.

John W. Vinson[MVP]
(no longer chatting for now)
 

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