T
Tim J La Fazia
I have a form with two text boxes (Text1 and Text2) whose format is standard
number. I have a list box with two columns (Value1 and Value2) whose format
is set to standard number in the query expression properties. The format
of these values in the source table is Number-Long Integer.
lets say value1=10 and value2=20
My looks like
me.text1=me.list.column(0,0)
me.text2=me.list.column(1,0)
refresh
me.text1=me.text1+me.text2
text1 should now equal 30 but instead I get 1020
I know it sounds like a format mismatch but I have checked everywhere and
all of them from the table to the list box to the text boxes are number
formats.
Any Ideas?
TIA,
Tim J
number. I have a list box with two columns (Value1 and Value2) whose format
is set to standard number in the query expression properties. The format
of these values in the source table is Number-Long Integer.
lets say value1=10 and value2=20
My looks like
me.text1=me.list.column(0,0)
me.text2=me.list.column(1,0)
refresh
me.text1=me.text1+me.text2
text1 should now equal 30 but instead I get 1020
I know it sounds like a format mismatch but I have checked everywhere and
all of them from the table to the list box to the text boxes are number
formats.
Any Ideas?
TIA,
Tim J