Display message if certain criteria are met

  • Thread starter Thread starter Josh
  • Start date Start date
J

Josh

Hello,
I have a question regarding a database that I am working on. I was
wondering whether or not it was possible to have Access display a predefined
message within a report if there is data entered into text box. It is also
possible that this message could be displayed if an option button is selected.

So basically, the display of the message would be determined by text being
entered in the text box, or an option button being selected.

Thanks in advance for your help
 
If you are entering that data on a form and there is a button on that form
that kicks off the report, you can refer to the form fields in your report as
=[Forms]![Formname]![Controlname]

-Dorian
 
Back
Top