Hi All,
Cant figure this out!
If a verification box is checked then I want to ask if "you want to Print again"
I want a yes or no, yes being print again and no being end. (Ie yes goes to Else)
I need the print code after ELSE so I can print report as normal if they are not checked off as printed.
If Me.Verificationbox.Value = "-1" Then
MsgBox "Already printed! Do you want to print again?" (What do I do here?)
Else
DoCmd.OpenReport ReportName, acPreview
How do I do this?
I would appreciate any suggestions.
Thanks
S.
Cant figure this out!
If a verification box is checked then I want to ask if "you want to Print again"
I want a yes or no, yes being print again and no being end. (Ie yes goes to Else)
I need the print code after ELSE so I can print report as normal if they are not checked off as printed.
If Me.Verificationbox.Value = "-1" Then
MsgBox "Already printed! Do you want to print again?" (What do I do here?)
Else
DoCmd.OpenReport ReportName, acPreview
How do I do this?
I would appreciate any suggestions.
Thanks
S.