Forum Moderators: open
The Query works good but the try and catch are not working:
Try
Set TrySignIn = MyConn.Execute(SQL_QUERY)
Catch
ErrorCooking = Err.Description
ExitTry
Finally
ErrorCooking = "No Trap Error."
EndTry
I don't have access to the seerver and the admin is often away or out of town... any suggestions for the try/catch methodology?
Thanks