houseofturner
Registered User.
- Local time
- Today, 16:57
- Joined
- Dec 10, 2009
- Messages
- 37
As part of a long series of import routines I use the function:
DoCmd.DeleteObject acTable, "CH32310N_ImportErrors" to clean up tables.
However I have to have one of these statements for each table error table.
Is it possible to use wildcards within this function to say for example:
DoCmd.DeleteObject acTable, "*ImportErrors*"
DoCmd.DeleteObject acTable, "CH32310N_ImportErrors" to clean up tables.
However I have to have one of these statements for each table error table.
Is it possible to use wildcards within this function to say for example:
DoCmd.DeleteObject acTable, "*ImportErrors*"