Where do I insert this? I have the code so far...
Dim stDocName As String
stDocName = "Report 1"
DoCmd.OpenReport "Report 1", acViewNormal
So where do I put the DoCmd.RunCommand acCmdPrint. If I
put it before or after, it gives me an error....
Thanks for the help so far