Limit Pages

C

chad

I have developed a form with approx 36 fields. Each field/control places the
data in several reports.

I noticed when I get to the end of the form, it begins all over again. I
want the data to be entered only 1 time. Is there a way to limit the form to
just 1 page of entries?
 
L

Linq Adams via AccessMonster.com

If you're saying that when you fill in your last field and hit <Enter> or
<Tab> you're moved to a new, blank record, you need to goto the Form's

Properties - Other

and change the Cycle Property from *All Records* to *Current Record*
 
Top