S
Steven
Hi, I'm new to Forms Coding, I would like a text box to display the word
"member" if a value in the forms underlying query is true (bit - checkbox)
I have the following as the text box's control source:
IIf(Nz(ActiveMemberCompany)) = yes, "Member")
not working, please help, thanks
"member" if a value in the forms underlying query is true (bit - checkbox)
I have the following as the text box's control source:
IIf(Nz(ActiveMemberCompany)) = yes, "Member")
not working, please help, thanks