Form help please

F

footballmom

I have not used access in a long time. I have to create a form for our youth
football league. I have it all set up, but need to make a page break
inbetween each person's information. Can anyone help with this? Thanks so
much!
 
O

Ofer Cohen

Change the DefaultView Property of the form to Single From view instead of
Continuous Forms, that way it will be a single form view for each person
 
C

CoachBarkerOJPW

Exactly what type of Youth Football League, I have one that I created with
the help of the MVP's on here if you would like a copy of it.
 
J

John W. Vinson

I have not used access in a long time. I have to create a form for our youth
football league. I have it all set up, but need to make a page break
inbetween each person's information. Can anyone help with this? Thanks so
much!

Don't print a Form - they're not designed for it.

Create a Report for printing instead.

Use the report's Sorting and Grouping to group by the person field, and put a
page break in the group footer.

John W. Vinson [MVP]
 
Top