Hi--
I have a problem with a vendor's application that is written for Access 2000 in Visual Basic. We are using the Access 2000 front-end to connect to a SQL 7.0 backend.
We are suddenly getting various errors at random times (but not all the time!), the most common being the following . . . When the users click on buttons from a particular form, they get the error "Run-time error '2486': You can't carry out this action at the present time."
When we click on Debug, it takes us to a module that has the following code:
Private Sub Form_Open(Cancel As Integer)
Dim ii As Integer
DoCmd.Maximize
ii = pUBLoadUser(320)
ii = pUBAccountVisible()
DoCmd.GoToControl "whichPremise"
Exit Sub
End Sub
The developer has been of no help--I have even tried doing things like compacting and repairing the database and re-compiling (no error messages). Can anyone give me a clue as to what could be causing this?
Many thanks--
Beth Armstrong
betha@peoriaaz.com
I have a problem with a vendor's application that is written for Access 2000 in Visual Basic. We are using the Access 2000 front-end to connect to a SQL 7.0 backend.
We are suddenly getting various errors at random times (but not all the time!), the most common being the following . . . When the users click on buttons from a particular form, they get the error "Run-time error '2486': You can't carry out this action at the present time."
When we click on Debug, it takes us to a module that has the following code:
Private Sub Form_Open(Cancel As Integer)
Dim ii As Integer
DoCmd.Maximize
ii = pUBLoadUser(320)
ii = pUBAccountVisible()
DoCmd.GoToControl "whichPremise"
Exit Sub
End Sub
The developer has been of no help--I have even tried doing things like compacting and repairing the database and re-compiling (no error messages). Can anyone give me a clue as to what could be causing this?
Many thanks--
Beth Armstrong
betha@peoriaaz.com