Proper steps to display query in a form

S

SMERTZ

Using Access 2003, what are the proper steps to run a query and display the
results in a form? The query will have a one-to-many relationship. That is
the query will query customers table and an orders table linked by Customer
ID.

I assume the steps are
1. Design a form
2. Design a query

How do I get the query results to display in the form?


Thanks
 
F

fredg

Using Access 2003, what are the proper steps to run a query and display the
results in a form? The query will have a one-to-many relationship. That is
the query will query customers table and an orders table linked by Customer
ID.

I assume the steps are
1. Design a form
2. Design a query

How do I get the query results to display in the form?

Thanks

i would suggest doing the query first.

Then create a form, using the query as it's record source.
 
Top