A Strange one

D

Derek Brown

Hi all

When you modify a reports page setup for documents that are to be printed
sometimes on letter headed paper and at other times not, when you close the
report and open it again it retains the page setup settings. When I package
the program as an MDE File the changes are not saved meaning that the page
setup has to be modified every time the report is printed.

Anybody know a way around this?
 
J

Jeff Boyce

Derek

There was an issue with reports "forgetting" and flaking out in an earlier
version. This was related to a bug with the Track Name Autocorrect setting
in Tools | Options. Try unchecking that, if it's checked, then
re-compiling.

Good luck

Jeff Boyce
<Office/Access MVP>
 
J

Jeff Boyce

I seem to recall seeing another printer driver-related issue. ?Tried
Googling on this topic?

Jeff Boyce
<Office/Access MVP>
 
D

Derek Brown

Hi Jeff
Had a good search on Google found some interesting stuff but no success.

I wonder if the solution is to produce a form that sets the possition of the
controls on the report in the on format property of the report. I.e.
TextBoxA.Top = Forms!PageSetupForm!Top
TextBoxA.Left = Forms!PageSetupForm!Left
 
S

Stephen Lebans

I haven't followed the entire thread but you do realize than the user CANNOT
make changes to a report contained within an MDE?

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 

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