D
Dan
I am executing the statement:
CurrentDb.Execute strSQL, dbFailOnError
I was just wondering if the database fails what happens.
I need it to give at least some kind of message. How can
I at least get a message box to pop up?
CurrentDb.Execute strSQL, dbFailOnError
I was just wondering if the database fails what happens.
I need it to give at least some kind of message. How can
I at least get a message box to pop up?