Report Margin Problem

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?
 
D

Duane Hookom

Do you have the latest service pack installed on all PCs? Are all the Name
Autocorrect settings unchecked?
 
J

John Baker

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
 
V

Van T. Dinh

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.
 

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

Top