How do I insert a table into an Access form?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I created a table in Access and a form, from the table. I would like to add
an additional table in the Access form. Can someone please advise me on how
to do this?
 
You can't. A form can only have a single table or query as its recordsource.

Depending on how the two tables are related, you'll either have to create a
query that joins the two tables together, and use that query as the
recordsource, or create a subform that's bound to the second table.
 
Back
Top