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
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