In upgrading my database, I have created three new tables that are linked between the front end and the back end. I currently run code that checks the link each time that the database is opened, but it only gives an error message if any of the linked tables are not found.
I want to be able to create (copy & paste if best way) the new tables from the front end to the backend. I am also concerned about inheriting all the properties of the table, including the relationships between the tables that currently exist and the new tables.
Can someone point me in the right direction? It will have to be done in the VBA code behind the db.
Thanks for any help or direction in advance.
BusMgr
I want to be able to create (copy & paste if best way) the new tables from the front end to the backend. I am also concerned about inheriting all the properties of the table, including the relationships between the tables that currently exist and the new tables.
Can someone point me in the right direction? It will have to be done in the VBA code behind the db.
Thanks for any help or direction in advance.
BusMgr