View Full Version : Need to disable the record navigation at bottom of form...


Breisi
05-23-2000, 03:32 PM
I'm new at this but there has to be a way to disable the bottom bar that allows users to scroll through records. I need to put control buttons to do thigs like enter a new booking, or look up a booking and delete it etc., but the user should not see all the records on the form and be able to edit them....? Any help appreciated.

Thanks in advance http://www.access-programmers.co.uk/ubb/smile.gif

R. Hicks
05-23-2000, 03:43 PM
Open the form in design view, then go to the properties list for the form. Set the Navigation Buttons property to "No".

You may also want to set the Cycle property to "Current Record" also to keep the form from cycling to the next record when you leave the last control.

HTH
RDH


[This message has been edited by R. Hicks (edited 05-23-2000).]

Breisi
05-23-2000, 04:18 PM
Thanks sooo much, exactly the answer i needed!
http://www.access-programmers.co.uk/ubb/smile.gif
Breisi