A
adriany
like to use inputbox to print 2 as default and 1 or more
as input. I don't know how that can be done!
help anyone
intCopies = InputBox("Enter number of copies
required", "PrintOut", 2)
If intCopies = 2 Then
DoCmd.OpenReport "Report", acViewNormal
DoCmd.OpenReport "Report", acViewNormal
Else
'????
as input. I don't know how that can be done!
help anyone
intCopies = InputBox("Enter number of copies
required", "PrintOut", 2)
If intCopies = 2 Then
DoCmd.OpenReport "Report", acViewNormal
DoCmd.OpenReport "Report", acViewNormal
Else
'????