RE: object does not support this property or method when form is opene



Look in Help for the Object that is being complained about. There will be a
topic for Methods and one for Properties.

The message means that the object either 1) can't provide a value for a
property it doesn't have; or 2) can't respond to a request to perform an
operation that this object doesn't have. So to stop it, you need to find the
property or method that the object does have and use that one.

"esparzaone" wrote:

> I get a pop up that says object does not support this property or method when
> form is opened. Where would I look and what do I do to stop this.
.



Relevant Pages