I have a set up where users have their own front-end linked to a shared SQL back-end. After opening the Customer record, they have a button to click that will transfer data from the SQL DB to a DB on their C: Drive. This data is used at off-site locations. Upon returning to the base, new or edited data is uploaded to the SQL back-end.
One of the issues we have is that we have files stored in one folder on the shared drive that are linked to the Customer records. The users need to be able to view these while off-site. Each file is named with the Customer ID and a brief description. If the Customer ID is 12345, a file may be named 12345 Record1, 12345 Letter1, etc.
Is there a way to copy these, based on the Customer ID, to a folder on their C: Drive? This needs to be part of the procedure that sends the data to the C: Drive. The form with the button has the Customer ID on it.
One of the issues we have is that we have files stored in one folder on the shared drive that are linked to the Customer records. The users need to be able to view these while off-site. Each file is named with the Customer ID and a brief description. If the Customer ID is 12345, a file may be named 12345 Record1, 12345 Letter1, etc.
Is there a way to copy these, based on the Customer ID, to a folder on their C: Drive? This needs to be part of the procedure that sends the data to the C: Drive. The form with the button has the Customer ID on it.
Last edited: