Removing record selector

mdb

New member
Local time
Today, 08:53
Joined
Jul 6, 2000
Messages
5
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...
 
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
 
Thanks so much! Some good tips! I appreciate it...Michelle ;-)
 

Users who are viewing this thread

Back
Top Bottom