A
AJ
On a form I have a combo box that pull out text. The items in this combo box
are 30-XXX or 31-XXX etc. I have a textbox: [text1]=nz([combo1],0).
Then I have a textbox [text2]=iif([text1]=0,0,left([text1],2)*100)
If my combobox is truly empty it works fine and returns 0. If I have the
text in the combo I get #Error in text2.
I think I am trying to mix numbers and text, but have no clue at all how to
correct.
Thanks in advance for any help.
are 30-XXX or 31-XXX etc. I have a textbox: [text1]=nz([combo1],0).
Then I have a textbox [text2]=iif([text1]=0,0,left([text1],2)*100)
If my combobox is truly empty it works fine and returns 0. If I have the
text in the combo I get #Error in text2.
I think I am trying to mix numbers and text, but have no clue at all how to
correct.
Thanks in advance for any help.