I would like to have a specific message be printed when a Yes/No check box is "Yes", when the box is "No", nothing needs to be printed.
Any Suggestions for a Novice?
Many Thanks
I would like to have a specific message be printed when a Yes/No check box is "Yes", when the box is "No", nothing needs to be printed.
Any Suggestions for a Novice?
Many Thanks
Like this?
=IIf(FieldName = True, "Your message here", "")
Thanks for the information, could you please give me more details on where this code is placed
Novice
That would be the control source of a textbox.
Thank you again for all your help!
Happy to help!