J
Jo K.
I have two date bounded fields in a form.
DateA
DateB
I have two unbound text boxs (one overlapping the other - transparent
background setting) that will display a message as per below:
Textbox 1
If DateA is populated and DateB is empty then:
=IIf([DateA],'Assessment Report Submitted',"")
Textbox2
If DateB is populated and DateA is empty then:
=IIf([DateB],'Repairs Report Submitted',"")
Question: How can I have this text box display "Repairs Report Submitted"
when BOTH fields are populated with a date at the same time? What expression
can i use in the control source of this text box to get the desired outcome.
DateA
DateB
I have two unbound text boxs (one overlapping the other - transparent
background setting) that will display a message as per below:
Textbox 1
If DateA is populated and DateB is empty then:
=IIf([DateA],'Assessment Report Submitted',"")
Textbox2
If DateB is populated and DateA is empty then:
=IIf([DateB],'Repairs Report Submitted',"")
Question: How can I have this text box display "Repairs Report Submitted"
when BOTH fields are populated with a date at the same time? What expression
can i use in the control source of this text box to get the desired outcome.