Confirm printing
- From: "MB" <mbam@xxxxxxxxxxx>
- Date: Fri, 6 Oct 2006 13:09:54 -0400
Hi, I have an order entry system that prints a picking ticket to a network
printer out in the warehouse. Is there any way to confirm the success of the
printing? (aside form physically checking :))
I flag the order as printed but once in a while one fails to print.
Me.date_printed = Now()
stDocName = "OrdPick2"
stLinkCriteria = "order_id =" & Me![order_id]
DoCmd.OpenReport stDocName, , , stLinkCriteria, , dupe
If IsNull(Me.date_emailed) = True Then
sendEmail
Me.date_emailed = Now()
End If
--
Thanks,
MB
.
- Follow-Ups:
- Re: Confirm printing
- From: aaron.kempf@xxxxxxxxx
- Re: Confirm printing
- From: Douglas J. Steele
- Re: Confirm printing
- Prev by Date: Re: Working Transactions somehow started not to work
- Next by Date: Re: Confirm printing
- Previous by thread: Working Transactions somehow started not to work
- Next by thread: Re: Confirm printing
- Index(es):