Report Margin Problem

  • Thread starter Thread starter John Baker
  • Start date Start date
J

John Baker

I have an access 2000 database used by about 10 users. Each user has a copy
of the application on their C drive and the backend sits on the server.

Reports for 8 of the users work fine (a combination of printers is used) but
for 2 of the users using 2 different printers there is a problem with the
margin settings.All margin settings are set at 10. On the applications with
the report problems the right margin is set at 13.

I am not able to change this setting for the particular printers.
Why wouldn't the margin be set as in the original application and why cant I
change the right margin setting to the 10 that I require?
 
Do you have the latest service pack installed on all PCs? Are all the Name
Autocorrect settings unchecked?
 
Duane,
I use the following code in the on open event of the main menu:

'Set option to avoid problems with printer margins and columns for mail
labels
blnTrackNameAutocorrect = GetOption("Track Name Autocorrect Info")
SetOption "Track Name Autocorrect Info", False


I'm not sure which service packs are installed, but I thought the above code
would solve the problem.
John
 
With A2K, you need at least Service Release 1A since the unpatched A2K has
quite a few problems.

Search Microsoft Downloads site if you want to install all patches for O2K.
 
Back
Top