V
Via_Doug
I have linked tables to a database. Sometimes when a
query is run those tables are locked. This causes the
form built on the query to give a run-time error "3420":
object invalid or no longer set. When it is run using
the timing features. I update it every 30 sec's about
once an hour the error occurs. When looking at the
debug stuff in visual basic the Private Sub Form_Timer
area has "Form_Orders.Requery" highlighted.
I can not stop the tablets I am linked to from locking.
What I would like to do is when the form gets this error
get it to retry in 30 sec or so.
Does anyone know the proper code for doing this in Visual
basic?
query is run those tables are locked. This causes the
form built on the query to give a run-time error "3420":
object invalid or no longer set. When it is run using
the timing features. I update it every 30 sec's about
once an hour the error occurs. When looking at the
debug stuff in visual basic the Private Sub Form_Timer
area has "Form_Orders.Requery" highlighted.
I can not stop the tablets I am linked to from locking.
What I would like to do is when the form gets this error
get it to retry in 30 sec or so.
Does anyone know the proper code for doing this in Visual
basic?