gamezcua22
New Member
- Joined
- Aug 22, 2011
- Messages
- 15
I have a report in my DB that i want to be sent directly to be printed w/out having to view it first. I know an Access Macro can do it, how is it written in VBA. Any help would be apreciated.
so far i have this:
DoCmd.Hourglass (True)
DoCmd.OpenReport "rptLTSByMachineFilt", acViewPreview
DoCmd.Hourglass (False)
so far i have this:
DoCmd.Hourglass (True)
DoCmd.OpenReport "rptLTSByMachineFilt", acViewPreview
DoCmd.Hourglass (False)