G
Guest
A combo box in the form selects a record and it is required that a sub-form
has a DataEntry setting of yes when the combo box selection is changed. The
existing code for the combo box OnChange event includes:
Forms![FormName].Form![SubFormName].DataEntry=Yes. When a selection is made
in the combobox, an error message says "Object does not support this property
or method". When DeBug is clicked, the above code is highlighted in the VB
editor. Question is what is wrong?
has a DataEntry setting of yes when the combo box selection is changed. The
existing code for the combo box OnChange event includes:
Forms![FormName].Form![SubFormName].DataEntry=Yes. When a selection is made
in the combobox, an error message says "Object does not support this property
or method". When DeBug is clicked, the above code is highlighted in the VB
editor. Question is what is wrong?