I have a form, rptReminders, that is based off a query with a listbox that displays the results of the query. The user can select desired tasks within the list and then click a command button to print the selected tasks with ALL the data from the record.
This DOES work, to a certain degree. It...