Hi,
I can't get the following error checking methods to function properly. In these, the compiler jumps past the statement as if it was never there..
1. Trying to delete a table:
On Error Resume Next
dbOne.TableDefs.Delete tblFun
2.Append the new table to database
On Error Resume Next
dbOne.TableDefs.Append tblFun
If it could be missing libraries, does anyone know which - otherwise, please help. thanks
I can't get the following error checking methods to function properly. In these, the compiler jumps past the statement as if it was never there..
1. Trying to delete a table:
On Error Resume Next
dbOne.TableDefs.Delete tblFun
2.Append the new table to database
On Error Resume Next
dbOne.TableDefs.Append tblFun
If it could be missing libraries, does anyone know which - otherwise, please help. thanks