R
Rpettis31
Not sure why this command prints my exact form but I was wondering how I can
modify this code to ask the user the number of copies are needed to be
printed.
Private Sub cmdHoldTag_Click()
Dim StrCriterion As String
StrCriterion = "[DMRID]=" & Me.DMRID
DoCmd.OpenReport "rptQualityHold", acSnapshot, , StrCriterion
Exit Sub
modify this code to ask the user the number of copies are needed to be
printed.
Private Sub cmdHoldTag_Click()
Dim StrCriterion As String
StrCriterion = "[DMRID]=" & Me.DMRID
DoCmd.OpenReport "rptQualityHold", acSnapshot, , StrCriterion
Exit Sub