BLeslie88
B Leslie
- Local time
- Today, 21:08
- Joined
- May 9, 2002
- Messages
- 228
Doing a loop to remove error import table:
Example:
"CONTACTS1_ImportErrors"
DoCmd.DeleteObject acTable, "CONTACTS" & myNum & "_ImportErrors"
This has been working well - now today - suddenly there is no error with one table import... So I get title error message. "Run-time error '7874'"
Is there anyway to bypass this exception when it occurs without removing the line of code?
I did search forums - there was no obvious answer though similar errors.
Thanks,
Brian
:banghead:
Example:
"CONTACTS1_ImportErrors"
DoCmd.DeleteObject acTable, "CONTACTS" & myNum & "_ImportErrors"
This has been working well - now today - suddenly there is no error with one table import... So I get title error message. "Run-time error '7874'"
Is there anyway to bypass this exception when it occurs without removing the line of code?
I did search forums - there was no obvious answer though similar errors.
Thanks,
Brian
:banghead: