I have one form with fields from 2 tables. When I add a new record I want it to add a new record to both tables. Each table has a field name called "Groupname". After click on the add record, it clears all fields in the form just like it should. Then I populate the fields with data and when I a finished it should add a new record to both tables. The first table fields are updated correctly. The second table the Groupname field does not have anything in it. It should have the same name as in the first table.
Both tables use the same name. How do I get the name in the second table?
I have a sample db to show the problem. How do I send it?
Both tables use the same name. How do I get the name in the second table?
I have a sample db to show the problem. How do I send it?
Last edited: