error message

V

Vicki

I have one form that when I try to open it I get an error
message "Object doesn't support this property or method".
What's causing this?

I'm working in 2000, but my database originated in 97.
Could that have anything to do with it? I don't get the
message with any of my other forms.
 
N

Nikos Yannacopoulos

Vicki,

This is coming from some code that runs at the On Open or On Current event
of the form. Open the form in form design, check the Events tab of
Properties for the form to find the code and debug to identify the guilty
statement.

HTH,
Nikos
 
Top