E
Ernst Guckel
Hello,
I have an access database that needs to get data from an SQL Database.
There are local tables that will have relationships with the SQL Database
tables. I can create a saved import that will go get the tables and copy
them to the local database but this has issues with out process.
I want to create a function that will delete the local copies of the SQL
database tables and then refresh the data again.
1. I'm concerned that if I create relationships then delete and recreate
the tables the relationships will be broken.
2. And how to copy the table from the SQL Database in code. It needs to
get all tables that meet certain naming criteria. IE tbl* ...
Any help would be great.
Thanks,
Ernst.
I have an access database that needs to get data from an SQL Database.
There are local tables that will have relationships with the SQL Database
tables. I can create a saved import that will go get the tables and copy
them to the local database but this has issues with out process.
I want to create a function that will delete the local copies of the SQL
database tables and then refresh the data again.
1. I'm concerned that if I create relationships then delete and recreate
the tables the relationships will be broken.
2. And how to copy the table from the SQL Database in code. It needs to
get all tables that meet certain naming criteria. IE tbl* ...
Any help would be great.
Thanks,
Ernst.