Table vs Query

Z

zachnjoe

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?
 
D

Douglas J. Steele

Queries are dynamic views of tables, so you should see all of the data in
the table as of the time of running it.
 
Top