I will have to strongly disagree that is the easiest. Working with unbound forms requires a lot of programming that a bound form does natively. By far the easiest solution is to bind the form and run an update/append query into the other table.
However, the real question is why? This hints at a non-normalized data structure. Unless you have a strong reason, databases store unique information 1 time. If possible, a redesign of your tables is probably the correct solution.
I am actually only storing the same primary key so that they can be joined. One field inputed in a record. Something happened to the query that allows to update one table when I moved both those tables to an SQL database. It does not allow me to edit the table if the joined tables don't have a matching primary key, even though I am not storing any info in the second table.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.