I have an Access DB that when one of the reports is opened the margins that are in page setup always default to 1" even after I change and then save.

If I open the report in design view and set the margins in page setup then, the margins will be okay the next time I run it. However the time after that they reset back to 1".

The DB was created with the various Access wizards. The report is opened via a click event with the Docmd.Openreport method and it has an SQL statement in it's filter property.

All the other reports work fine once the margtins are set, though their data is more static as the report that is having the trouble is the invoice report of the application. Thanks in advance.

-Jack Vinitsky