voidcranium
Registered Something.
- Local time
- Today, 07:00
- Joined
- Oct 29, 2006
- Messages
- 175
I need to know if this can be done.
I have a form that has a print button that prints a printout with all the info for the current record.
What I want to know is, if I can make certain text boxes on the printout NOT show up if a check box on the form is checked.
ei:
If chkBoxOne.checked then
textBoxOne.visible = false
End IF
Do I add code to the report or the form?
Thanks
I have a form that has a print button that prints a printout with all the info for the current record.
What I want to know is, if I can make certain text boxes on the printout NOT show up if a check box on the form is checked.
ei:
If chkBoxOne.checked then
textBoxOne.visible = false
End IF
Do I add code to the report or the form?
Thanks