Creating forms

  • Thread starter Thread starter Guest
  • Start date Start date
What exactly do you mean? A form can only have a single recordsource.

If you require data from two tables on your form, you either have to create
a query that joins the two tables, and use that query as the RecordSource
for the form, or else you need to use a subform.
 

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