G
Guest
I have a check box in a form. If the check box is checked it will auto fill
information in a text box under the check box with the same information that
was filled in from another text box. If the check box isn't checked I want to
be able to fill in information in that text box. It will not allow me to fill
in information when the check box isn’t checked. How would I code it so I can
do that?
This is my current coding:
=IIf([Libor Contact]=True,[customer Contact primary],IIf([libor
Contact]=False,[customer contact]))
information in a text box under the check box with the same information that
was filled in from another text box. If the check box isn't checked I want to
be able to fill in information in that text box. It will not allow me to fill
in information when the check box isn’t checked. How would I code it so I can
do that?
This is my current coding:
=IIf([Libor Contact]=True,[customer Contact primary],IIf([libor
Contact]=False,[customer contact]))