make default page setup (1 Viewer)

sweetcaro

New member
Local time
Today, 19:28
Joined
May 25, 2001
Messages
9
I read a few messages regarding page setups in reports but still didn't find an answer.
I have a report that needs to be ran in Legal size with margins .8 left and .5 right... When I change that page setup for me current report in my computer it works but it seems to disappear next time I open the database or if a new user opens it.
Is there a way to setup the actual code to always use certain page setup so that all users have the same default page setup?
 

Chris RR

Registered User.
Local time
Today, 14:28
Joined
Mar 2, 2000
Messages
354
If you are using Access 2000, there is a weird bug that can change your page setups without your knowledge. The fix is to turn off the "name autocorrect" feature (tools==>Options, General tab).

The problem is that everyone has to do this on their own machine... It is possible to reset this in code:
Application.SetOption strTrackAC, False
 

Users who are viewing this thread

Top Bottom