View Full Version : record scrolling


LauraBee
06-28-2001, 05:58 PM
Is there a way to stop the ability to scroll through the records in a form? I hope you know what I mean, at the bottom of the form, Access puts the Record and the arrows to scroll through previously entered items. I'm creating a database that requires confidentiality so I would like to disable that if possible.

Thanks for your help!

pcs
06-28-2001, 06:06 PM
short answer is set the following properties for your form to:

record selectors Off
navigation buttons Off

there is a bit more to this, but this should get you started.

hth,
al