Seaport, the next step after I get the selected items from the listbox is to output the data from the query so that a mailmerge can be run from the data in the query - this is the next stmt:
DoCmd.OutputTo acOutputQuery, "myQuery", acFormatRTF, strDataSource, False
Two questions:
1) Can I use...