Binding Multiple Tables to a Form

J

John Lundrigan

Does Access allow the record source for a form to be more than one
table explicitly? In other words, if my form's controls are to be
bound to fields from multiple tables do I have to define the record
source as a query?

Thanks

John L
 
K

keef

As far as I know there is only one control source per form.
However rather than running a query you could have the
second table linked to a sub-form?
 
Top