Hi All, I found this code in another Topic:
Now, the code does work but it only prints the last record which is selected, not all the records I have selected. Does anyone know what could be wrong?
Thanks.
IMO said:DoCmd.OpenReport "YourReportName", acViewPreview, Forms![YourFormName]![Me!PrintSelect] = True
Not forgetting to change "YourReportName" and "YourFormName" to their correct Names.
I think that should do it. Let me know how you get on.
IMO
Now, the code does work but it only prints the last record which is selected, not all the records I have selected. Does anyone know what could be wrong?
Thanks.