SteveL13
asked on
How preview report if not already printed
I have this code in the onclick event of a form...
DoCmd.OpenReport "rptLog", acViewPreview, , [Previewed] = 0
Meaning I only want the report to preview if the report has not already been previewed. But my code must be wrong. How do I fix it?
DoCmd.OpenReport "rptLog", acViewPreview, , [Previewed] = 0
Meaning I only want the report to preview if the report has not already been previewed. But my code must be wrong. How do I fix it?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Open in new window