Access World Forums

1
113hans
Sorry, I mean I try to find a way to print all the records in 1 day work.
I have the code of printing:
Private Sub PrintCommand_Click()
DoCmd.OpenReport "ReportName", acNormal
End Sub
1
113hans
This code just print the current record.
I think I have to add something like "filter" right? But I don't know how to use "filter".
And do I have to create a new thread for this issue? I will do if I have to.
Can you get me through this, please. Thank you @arnelgp.
Top Bottom