I have created a report and it prompts for user input on one of the fields and then the report displays correctly. However when I print the report (using the print button in access) the report prompts you for the information again. I just used a inputbox command in the report here is the expression I am using:
=InputBox("Enter Document Number for license # " & [CredentialHolderPublicNumber])
Again the report works correctly but when you print it prompts for the input again. Is there a way to suppress the second set of prompts when I print
=InputBox("Enter Document Number for license # " & [CredentialHolderPublicNumber])
Again the report works correctly but when you print it prompts for the input again. Is there a way to suppress the second set of prompts when I print