I have a report designed in Access 2003. It forces a new page every time
Group(0)'s value changes. That's what I want.
When I move this file from my XP desktop to my Vista desktop (do not
convert) and run it in Access 2007, the Group(0) does not forced a new page
when its value changes.
How do I correct this?
Ed
|
|
0
|
|
|
|
Reply
|
OldManEd
|
2/11/2008 11:25:17 AM |
|
Suggestions:
1. If you have not yet done so, add your database's folder as a trusted
location under:
Office Button | Access Options | Trust Center | Trust Center Settings
2. What view are you using for your report?
Access 2007 has a new Report view and a Layout view.
The code in the report's events will not run in these views.
Try Print Preview.
--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"OldManEd" <econgleton@snet.net> wrote in message
news:e1AR%23CKbIHA.5348@TK2MSFTNGP03.phx.gbl...
>I have a report designed in Access 2003. It forces a new page every time
>Group(0)'s value changes. That's what I want.
>
> When I move this file from my XP desktop to my Vista desktop (do not
> convert) and run it in Access 2007, the Group(0) does not forced a new
> page when its value changes.
>
> How do I correct this?
>
> Ed
|
|
0
|
|
|
|
Reply
|
Allen
|
2/11/2008 2:12:37 PM
|
|