D
David W. Fenton
I have a client with an app that has a SQL Server back end. They are
experiencing network problems that I am trying diagnose and fix, and
occasionally the connection drops and Access loses its head and has
to be closed.
Is there an error I can trap for in the Form Error handler of my
forms that would allow me to do a retry after a certain delay?
What's happening is that the connections are dropping for really
short periods of time and coming back up (as evidenced in Outlook
and with mapped drive letters; and no, I'm not responsible for the
design of this network, or there'd be no mapped drive letters).
It's not a permanent solution, but it's better than the users having
to force quit Access from Task Manager.
Fortunately, there's no danger to the data, but I just want to
relieve them of the annoyance until the network problem is resolved
(I know perfectly well that these things can be extremely difficult
to troubleshoot).
experiencing network problems that I am trying diagnose and fix, and
occasionally the connection drops and Access loses its head and has
to be closed.
Is there an error I can trap for in the Form Error handler of my
forms that would allow me to do a retry after a certain delay?
What's happening is that the connections are dropping for really
short periods of time and coming back up (as evidenced in Outlook
and with mapped drive letters; and no, I'm not responsible for the
design of this network, or there'd be no mapped drive letters).
It's not a permanent solution, but it's better than the users having
to force quit Access from Task Manager.
Fortunately, there's no danger to the data, but I just want to
relieve them of the annoyance until the network problem is resolved
(I know perfectly well that these things can be extremely difficult
to troubleshoot).