Error message Runtime error 3420 Object invalid or no longer set

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top