Yes, it will save the changes. You can then open it (in Preview or Normal),
and use it with the new settings you saved.
If you don't want it saved at all, you could then delete the report again.
Paul, I don't really understand why you are dynamically creating a report.
That will stop you from ever turning your MDB into an MDE, so I would not
use this approach. Create a generic report with enough unbound controls to
cope with whatever you could need. Then use Report_Open to dynamically
generate a SQL string to use as its RecordSource, loop through the controls
to bind them to the Fields of this source, locate and size the controls
(Left, Top, Width, Height, and Visible), apply any filters, modify the
ControlSource of each GroupLevel, and so on. Design view is not needed, and
there will be no prompt to save.

Signature
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
> But surely that will save and close the report at that point?
>
[quoted text clipped - 27 lines]
>> >
>> > Thanks