Proper steps to display query in a form

  • Thread starter Thread starter SMERTZ
  • Start date Start date
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
 
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.
 

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