2 tables in one form

akshal

New member
Local time
Today, 10:11
Joined
Nov 26, 2005
Messages
8
i want to able to update two different table that are not linked at all in anyway.... in a single form... is tt possible?
 
A form has a single RecordSource so a form cannot be bound to two tables unless the tables can be joined with a query and the query used as the RecordSource. If the tables cannot be joined, you'll need to use a subform for one of them.
 

Users who are viewing this thread

Back
Top Bottom