I have a form that tracks hard drives. Their locations, and information about them (serial, etc). I am working on a form button that will do a few things. First it checks the current project a user is in, and then takes the project key and checks a SQL database for existence of a table with that name. If it doesn't exist, I want to create that table. Once the table exists, I want to prompt the user for a file (it is a text file) and insert those records to that SQL table.
Here is the thing. The Access database that exists has linked tables to a SQL database. The database for the inventories is another one. I won't have those tables linked into the Access front end. There is no point to linking them, as far as I can see, except that I can't see to insert the data from the text files to a SQL table that isn't linked in the access FE. Does anyone have any experience with doing this?
Thanks!
misscrf
It is never too late to become what you could have been ~ George Eliot
Here is the thing. The Access database that exists has linked tables to a SQL database. The database for the inventories is another one. I won't have those tables linked into the Access front end. There is no point to linking them, as far as I can see, except that I can't see to insert the data from the text files to a SQL table that isn't linked in the access FE. Does anyone have any experience with doing this?
Thanks!
misscrf
It is never too late to become what you could have been ~ George Eliot