I'm assuming this is a fairly simple problem for someone. I have a report called "Daily Sales Report" and all I want to do is print the report, but for it to prompt me which printer to select before printing. That's it. Here is what I have so far. Thanks for any help.
Private Sub Command24_Click()
DoCmd.OpenReport "Daily Sales Report", acViewNormal
End Sub
Private Sub Command24_Click()
DoCmd.OpenReport "Daily Sales Report", acViewNormal
End Sub