Actions
Bug #2759
closedImporting from self causes big problems
Start date:
02/05/2007
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
2759
Description
Importing from same database is possible, but shouldn't be.
Updated by Michael Lee almost 18 years ago
fix:
If Dir(strDBLoc) <> "" Then
'have a database, import data into this
'check to be sure it isn't THIS database:
If strDBLoc = CurrentProject.FullName Then
'tell them they picked this database
Call MsgBox("You have selected the same database as you now are using. You need to select the old database in the dialog box. Please try again.", vbOKOnly + vbExclamation, CON_APP_TITLE)
GoTo exitthis
End If
Updated by Michael Lee almost 18 years ago
rereleasing 2.0.4 since I havent told anyone about it anyway.
Actions