Hi Lori,
Yes, this is possible. I don't have an example handy for you to download,
but you'll want to add a Yes/No data type to the table that includes the
records that you wish to print. Add a check box control to your form that is
bound to this new field. Presumably, this is a subform or perhaps a form in
continuous view.
The command button code to print your report simply needs to run a report
that is based on a query, where the query includes this new Yes/No field with
a critieria of True (or, better yet, <>0).
Tom Wickerath
Microsoft Access MVP
https://mvp.support.microsoft.com/profile/Tom
http://www.access.qbuilt.com/html/expert_contributors.html
__________________________________________