Record Souce of a FORM

D

David

Helllo all,
Very quick question....

I am building a form with a sub form. Should I build my
parent form off of my query (which selects all records
from table1) or build my form with a record source table1?

David
 
A

Allen Browne

Either way, David

You need to use a query if you wish to select only some fields, limit it to
only some records, or specify a sort order.

If you don't use a query, Access will probably create a hidden query for
you, show all fields, and sort them by primary key.
 

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

Top