Form help please

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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!
 
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
 
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.
 
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]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top