View Full Version : Removing record selector


mdb
04-01-2001, 08:40 PM
Is there a way to remove the record selector on the right side of the form if I create a form with command buttons, which really has no records it is like a main menu form with command buttons, but it also has the record selector on the left side of the form that I would like to get rid of...thanks alot...

HarmonyGirl
04-02-2001, 04:24 AM
Open your form in design mode.

Double-click on the FORM property window.

On the Format tab, there is a property, Record Selectors=Yes (by default probably).

Change this to Record Selectors=No.

You might also want to look at some of the other properties in the Format tab, such as Navigation Buttons, etc., to streamline the appearance of your form.

HTH,
HarmonyGirl

mdb
04-02-2001, 06:08 PM
Thanks so much! Some good tips! I appreciate it...Michelle ;-)