■ You attempted an invalid assignment using a form or
control. To assign a value to a property or a property
value to a variable, remember to include the property name
in the object specification. For example:
Form1.Command1.Caption = "OK"
■ Possible solution:
• Change the object reference to include the property name.
■ If you need additional help, move the cursor to a keyword
and press F1 to open the Help window.