Create database copy

esskaykay

Registered User.
Local time
Today, 11:19
Joined
Mar 8, 2003
Messages
267
We have an Access database that tracks sewer maintenance. It was originally created for Office2K, now runs under Office2003. One of the forms has an export button that creates creates a copy of the database prior to exporting to another DB. This works fine under Access2K, however, the "copy" is not being created under Access2003. I did not write the code (and am not a programmer).

I believe the following line is where the copy is being generated:

Set dbs = wsp.CreateDatabase("c:\sewers\mtnce\workorders\new\" + tempName, dbLangGeneral)

Any suggestions would be greatly appreciated.

Thanks,
SKK
 

Users who are viewing this thread

Back
Top Bottom