Error message Runtime error 3420 Object invalid or no longer set

  • Thread starter Thread starter Bill Lobb
  • Start date Start date
B

Bill Lobb

Hi,

Running MS access 2002 SP3 on a W2K terminal server. We have a custom
database application that runs fine on stand alone PC's When we try to
run the app on terminal server we get the following error:
"Runtime error 3420 Object invalid or no longer set"

And we go into debug mode.

I have googled all over the place and I cannot find any clues...

When I debug I get:

Private Sub Form_Activate()
DoCmd.Maximize
Me.Requery
Me.Refresh
End Sub

the highlighted lime is Me.Requery. The guy who coded this is no longer
available.

At one point I was convinced this was a security issues, but I recreated
the *.mdw, granted full access to everything and still the same error.
Any ideas?

Thanks,

Bill
 
Back
Top