Problem:
I've got an sql server db (sql1) and 2 access db's (adb1, adb2)
Now, there is a table in adb1 (cars) that is linked to adb2 (cars), therefore, which ever information is saved on the front end form, it is saved to both databases.
Now, I want a table in sql1 called cars that has the same information, therefore, when adb1(cars) is updated, so are adb2(cars) and sql1(cars). I figure the only way to do this is with linked tables.
What is the best way to develope this link. I've been pulling my hair out for the last couple of days!!
Thanks
I've got an sql server db (sql1) and 2 access db's (adb1, adb2)
Now, there is a table in adb1 (cars) that is linked to adb2 (cars), therefore, which ever information is saved on the front end form, it is saved to both databases.
Now, I want a table in sql1 called cars that has the same information, therefore, when adb1(cars) is updated, so are adb2(cars) and sql1(cars). I figure the only way to do this is with linked tables.
What is the best way to develope this link. I've been pulling my hair out for the last couple of days!!
Thanks