I have five databases that currently each have identical member tables. I need to incorporate these all into one, and I was wondering if its possible to do this via something like triggers (this is how I would do it in sql server) Or is there another way?
2006-10-20
05:02:39
·
3 answers
·
asked by
Michelle S
2
in
Computers & Internet
➔ Programming & Design
I should add that I dont know how to do queries /triggers across Access databases so the answer would need to include some sample code of how to do that.. or a link to some sample code..
2006-10-20
05:38:07 ·
update #1
Each database has a table called "members" and needs to keep that table within the existing database. However all members now need to be members of all 5 databases, so when new members are added to one database I need them to automatically be added to the others also.
2006-10-20
06:53:14 ·
update #2