Forcing a page break

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

Guest

So in order to get my 6 page word doc into an access report I created groups
where I called the group page1, page2, etc and made each section 14"; Now
when I run the report I get prompted to enter those parameters and have to
press enter to the OK/cancel dialog; Any suggested fixes where I won't have
to press enter/click OK appreciated.
 
headly said:
So in order to get my 6 page word doc into an access report I created
groups where I called the group page1, page2, etc and made each
section 14"; Now when I run the report I get prompted to enter those
parameters and have to press enter to the OK/cancel dialog; Any
suggested fixes where I won't have to press enter/click OK
appreciated.

What you enter into the grouping dialog are not "names" of the groups. They are
field names or expressions that are evaluated when the report is run. If you
type in arbitrary text then Access will assume that those are parameter markers.
You need to enter constant expressions like...

="page1"
="page2"
etc..
 
Back
Top