K
Keith
Hello,
I created an access form. At the bottom of the form is an object (actually
a group of objects) that are used to locate a record in a table.
Unfortunately, I am not using a table for this form, and don’t need to show
the object.
I tried turning it off using…
Form.RecordSelectors = False
and
Me.RecordSelectors = False
But neither had any affect on the form display.
What do you suggest?
Keith
I created an access form. At the bottom of the form is an object (actually
a group of objects) that are used to locate a record in a table.
Unfortunately, I am not using a table for this form, and don’t need to show
the object.
I tried turning it off using…
Form.RecordSelectors = False
and
Me.RecordSelectors = False
But neither had any affect on the form display.
What do you suggest?
Keith