Is it possible to update 2 tables, in separate dbs with the same form. I have two databases that have been doing two different things, but use basically the same info. I would like to update both with a common form that both can use. The fields are not exactly the same in both tables, But I was going to try to use some IF statements, like: if Hours = 8, in Hours Table of db1,
then Worked = yes in the WorkRecord table of db2.
Is this possible, and if so where do I tie the 2nd table to the form? Do I put it in the code of the form. Like if you put a number in the text box on the form, the code tell each table what to put in their fields based on the data on the form?
Please Help.
then Worked = yes in the WorkRecord table of db2.
Is this possible, and if so where do I tie the 2nd table to the form? Do I put it in the code of the form. Like if you put a number in the text box on the form, the code tell each table what to put in their fields based on the data on the form?
Please Help.