C
Col
Hi All,
I have an application written in Access 2000 to import text files calling
the
import wizard using vba
ie. Application.Run "AcWZLIB.mx_Entry", 1, str_SourceFile,
"tbl_TextFile", "TEXT"
After the move to Access 2007, this stopped working with the error
Method 'GetImexTblName' of object '_WizHook' failed
I have tried opening the mdb with the /decompile switch and recompiling to
no avail.
I cant seem to find any documentation on this feature.
How is ACWZLIB different in Access 2007?
Regards
Col
I have an application written in Access 2000 to import text files calling
the
import wizard using vba
ie. Application.Run "AcWZLIB.mx_Entry", 1, str_SourceFile,
"tbl_TextFile", "TEXT"
After the move to Access 2007, this stopped working with the error
Method 'GetImexTblName' of object '_WizHook' failed
I have tried opening the mdb with the /decompile switch and recompiling to
no avail.
I cant seem to find any documentation on this feature.
How is ACWZLIB different in Access 2007?
Regards
Col