Calculated field as a trigger

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to know how to trigger a Yes/No field to return a value of Yes
when the number in a calculated field is =>3. Thanking you in advance!
 
Thanks Karl,
I used the following expression in the control source of the yes.no text
field and it work just fine.
=IIf(([PeriodLastAnnoited]>2),"Yes","No")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top