How do I insert a table into an Access form?

L

Laura

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?
 
D

Douglas J. Steele

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.
 
Top