Saving Print Settings in Runtime

K

kat

When I open a report in my mde database (which is running
in runtime mode), the option to save the report in the file
menu is dimmed. Why is this? I would like to change the
print settings and save my changes.

Thanks for any help you can offer,
Kat
 
D

Duane Hookom

MDE files don't allow changes to forms, reports, and modules. You could keep
a table of print settings that are associated with specific reports. Then,
when the report opens, you can apply the settings.
 
B

BobH

I've tried using the printer object as demonstrated on
the MSDN web site, which says you should be able to save
settings in an mde, but it doesn't work not matter what
I've tried. Any Ideas?
 
Top