tcdoriot said:
Can the default print option be set to selected records instead of all.
No, you have to apply a filter. The OpenReport method of DoCmd includes an
argument where you can supply filter criteria. Check the Help file for details.
The problem then becomes one of identifying the "selected records" and building
an appropriate filter string from that information.