View Full Version : Margins definitions


E-D
02-05-2002, 11:58 AM
In one of my reports I have changed the side margins into 10 mm
however everytime I restart the prog, the margins return to their default definitions
How do I save my definitions?
thanks

David R
02-05-2002, 01:19 PM
I believe this is the Name AutoCorrect bug in Acc2K. Turn off AutoCorrect in the database options to stop this (you may have to fix it one more time).
If you have other users and can't control whether they will have AutoCorrect on or off, you can turn it off in code. See this topic: http://www.access-programmers.co.uk/ubb/Forum1/HTML/006765.html

HTH,
David R

D B Lawson
02-05-2002, 01:22 PM
Another quick fix is to turn the default margins to 10mm rather than 24mm so that if it does change at least you know everything will fit on the page. Tools/Options/General/Print Margins

If it's on a network, you'll need to change the defaults on all the machines.

E-D
02-05-2002, 01:37 PM
Thanks you both. that will do.