funderburgh
Registered User.
- Local time
- Today, 14:45
- Joined
- Jun 25, 2008
- Messages
- 118
I manage a distributed application with split databases - multiple users, one server.
I have added a function to the application that requires the deletion and re-build of a table through a make table query.
The test version of the application does not create linked tables in this process. The table in question starts out as a linked table and winds up unlinked after the query is run.
I am running the query in VB with a DoCmd.
Any help is welcome.
I have added a function to the application that requires the deletion and re-build of a table through a make table query.
The test version of the application does not create linked tables in this process. The table in question starts out as a linked table and winds up unlinked after the query is run.
I am running the query in VB with a DoCmd.
Any help is welcome.