M
Mark Schirle
Hi,
I have a typical front end/back end access97 database. Occasionaly I
lose connection to the backend. When this happens I have problems
opening forms that have list boxes and combo boxes because they load
from a query looking for data on the lost server. Where can I put code
that will catch this error and stop the process gracefully. I put the
code:
msgbox err.number & " " & err.description
in the Form_Error procedure of the form but I just get a 0.
TIA
I have a typical front end/back end access97 database. Occasionaly I
lose connection to the backend. When this happens I have problems
opening forms that have list boxes and combo boxes because they load
from a query looking for data on the lost server. Where can I put code
that will catch this error and stop the process gracefully. I put the
code:
msgbox err.number & " " & err.description
in the Form_Error procedure of the form but I just get a 0.
TIA