G
Guest
Hi,
I have a form that has a text box that displays whether a system is either a
customer system or a stock system. The value stored in the table is either a
0 or a 1. I would like to have in the form 0=Customer and 1=Stock. I have
tried messing with the IIF() statement in the Control Source.
=IIF ([CustomerStock]=0,"Customer","Stock")
It works fine for putting Customer in the text box, but it doesn't for stock
systems. It keeps putting Customer in the box.
Any help would be sweet.
Thank you.
I have a form that has a text box that displays whether a system is either a
customer system or a stock system. The value stored in the table is either a
0 or a 1. I would like to have in the form 0=Customer and 1=Stock. I have
tried messing with the IIF() statement in the Control Source.
=IIF ([CustomerStock]=0,"Customer","Stock")
It works fine for putting Customer in the text box, but it doesn't for stock
systems. It keeps putting Customer in the box.
Any help would be sweet.
Thank you.