J
Joy
How do I suppress the default Access error message. I have a form that
opens when the db is started and opens one recordset to check table links.
If the link is broken, it refreshes all table links. I've created my own
message in the Err_Form_Open: section of the error handler to let users know
the links are being refreshed.
Now, the weird part. The form worked exactly as it was supposed to when I
only had a few command buttons on it but when I added a tab control (to
better organize the menus) the default error message displays before my
message. The form still refreshes the links but I'm puzzled as to why I
can't get rid of the default error message. Plus it's annoying and has
become a quest.
Thanks.
Joy
opens when the db is started and opens one recordset to check table links.
If the link is broken, it refreshes all table links. I've created my own
message in the Err_Form_Open: section of the error handler to let users know
the links are being refreshed.
Now, the weird part. The form worked exactly as it was supposed to when I
only had a few command buttons on it but when I added a tab control (to
better organize the menus) the default error message displays before my
message. The form still refreshes the links but I'm puzzled as to why I
can't get rid of the default error message. Plus it's annoying and has
become a quest.
Thanks.
Joy