I created a form based on a query, likewise the i also have a subform
based on query, How do I create new records, allowing users to enter
the data in the main form and subform together? Can this be done or
must it be done independently?
BillCo - 13 Mar 2006 17:35 GMT
Presuming your queries are updateable, there is no reason you can't use
a subform to update the data. But you will probably have to manually
set the child and master fields of the subquery control so that the
subform only displays related records and automatically updates the
foreign key.