R
Richard S.
I am trying to programatically enable or disable record selectors for a
subform in form view depending on a condition in the underlying table.
The following statement in the parent form,
Me!SubFrmMbrsSelectedForList.RecordSelectors = True
causes this error: "Object doesn't support this property or method."
Is the property not able to be set in this manner, or is my syntax in error?
subform in form view depending on a condition in the underlying table.
The following statement in the parent form,
Me!SubFrmMbrsSelectedForList.RecordSelectors = True
causes this error: "Object doesn't support this property or method."
Is the property not able to be set in this manner, or is my syntax in error?