Hello all.
Had the weirdest thing happen today.
I have a module
Option Compare Database
Dim myCheck
Function ImportVISACardholderDetail()
'On Error Resume Next
DoCmd.RunSavedImportExport "Import-VISA Cardholder Detail"
End Function
Out of no where today I run the module and the table that the import is for just disappears right in the middle of running the VBA. I get a run time error 3011.
So am I going insane or can this really happen?
Thanks.
Had the weirdest thing happen today.
I have a module
Option Compare Database
Dim myCheck
Function ImportVISACardholderDetail()
'On Error Resume Next
DoCmd.RunSavedImportExport "Import-VISA Cardholder Detail"
End Function
Out of no where today I run the module and the table that the import is for just disappears right in the middle of running the VBA. I get a run time error 3011.
So am I going insane or can this really happen?
Thanks.