Prevent a new record when inputting a form

M

Marco

Hi Everyone
I have a subform that I would like only one record of. I removed the
record bar at the bottom but if you tab through the form it will go to
a new record. How do I prevent it?


Best Regards
Marco
www.classactinsurance.com
 
W

Wayne Morgan

Set the Cycle property of the subform (Other tab of the Properties sheet) to
Current Record. This will cause Tab to just cycle through the controls of
the current record. Depending on what you mean by "new record", you can
prefer to set Allow Additions (Data tab) to No. This will allow you to cycle
through all available records, but not add any new ones.
 
Top