FrontEnd - BackEnd Error Handling

N

Naresh Nichani MVP

Hi:

You could put the check in the Startup Form that you have for your database.
Put the check in the Form_Open event.

Regards,

Naresh Nichani
Microsoft Access MVP
 
L

lj

Is there any way to have the front end perform a check to see if it can find
the back end as soon as it opens?

I would like to give the user a message to open the Linked Table Mgr and
update the links to the back end if someone (me...) forgets to make the
proper connection. Right now I have figured out how to do this when they
click a button to go to a form, but does that mean that I have to put the
error handling code (on error 3024, a msg box telling them to open the
Linked Tables Mgr) behind every single button?

I hope there is a more universal way to accomplish this...

Thanks in advance. I have learned so much from this ng!

lj
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top