A akshal New member Local time Today, 10:11 Joined Nov 26, 2005 Messages 8 Nov 29, 2005 #1 i want to able to update two different table that are not linked at all in anyway.... in a single form... is tt possible?
i want to able to update two different table that are not linked at all in anyway.... in a single form... is tt possible?
P Pat Hartman Super Moderator Staff member Local time Yesterday, 21:11 Joined Feb 19, 2002 Messages 47,233 Dec 1, 2005 #2 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.
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.