Table vs Query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a basic question. I have a form used by various people to key in data
with the data going into a table. I was playing with the query wizard and
queried my table. As my table is updated, does the query automatically
update?
 
Queries are dynamic views of tables, so you should see all of the data in
the table as of the time of running it.
 
Back
Top