doulostheou
Registered User.
- Local time
- Yesterday, 22:05
- Joined
- Feb 8, 2002
- Messages
- 314
This was brought up under different circumstances in a different post, and I hate to repost it because I don't want to be abusing the system. However, I need to be able to take care of this as soon as I come in tomorrow and the other post was dealing with a different issue.
Each of my users has their own database. I have lost a great deal of information from my Master DB, but that information is stored in a table on each individual's database named "Storage." Someone had informed me that you can create a link in code.
Each DB is named with the representative's first initial and last name. I already have a table that stores the first initial and last name of each employee. I am going to loop through the "MaintenanceList" table to obtain the only part of the file name that will change from the "LogsheetID". The file will look like this "T:/Logsheet/Employees/kbishop.mdb" with the kbishop changing per employee.
Using Access 97, how can I create a link to Storage for each LogsheetID in the loop, so I can use an append query to bring over all records after the specified date for each rep?
Thanks in advance for your help!!!
[This message has been edited by doulostheou (edited 04-26-2002).]
Each of my users has their own database. I have lost a great deal of information from my Master DB, but that information is stored in a table on each individual's database named "Storage." Someone had informed me that you can create a link in code.
Each DB is named with the representative's first initial and last name. I already have a table that stores the first initial and last name of each employee. I am going to loop through the "MaintenanceList" table to obtain the only part of the file name that will change from the "LogsheetID". The file will look like this "T:/Logsheet/Employees/kbishop.mdb" with the kbishop changing per employee.
Using Access 97, how can I create a link to Storage for each LogsheetID in the loop, so I can use an append query to bring over all records after the specified date for each rep?
Thanks in advance for your help!!!
[This message has been edited by doulostheou (edited 04-26-2002).]