M
markmarko
I have 2 tables in a many to many relationship, using a junction table to
match records.
I need to build a form to allow data entry into both forms, plus create the
junction record to match the two.
I'm imagining it working like this:
User types data into all fields (some from one table, some from the other).
User then clicks a button to "Save this data." to trigger a macro.
What I'm stuck on is...
A) How to get the data to update to both forms (so far I haven't been able
to do this other than moving on to the next blank record). Is it possible to
have a macro apply the data into the record?
B) How do I get a macro to create a new record in the junction table to
match the data already entered into the two tables?
match records.
I need to build a form to allow data entry into both forms, plus create the
junction record to match the two.
I'm imagining it working like this:
User types data into all fields (some from one table, some from the other).
User then clicks a button to "Save this data." to trigger a macro.
What I'm stuck on is...
A) How to get the data to update to both forms (so far I haven't been able
to do this other than moving on to the next blank record). Is it possible to
have a macro apply the data into the record?
B) How do I get a macro to create a new record in the junction table to
match the data already entered into the two tables?