G
Guest
I am using 2007
How do you get the value of a multi-valued field on a form into a variable?
Something like this does not work.
strCompanys = me.Companys.value
Why not? I can see that the textbox contains a value of WPTS, JTS. But
trying to get the value this way produces a type mismatch error.
How do you get the value of a multi-valued field on a form into a variable?
Something like this does not work.
strCompanys = me.Companys.value
Why not? I can see that the textbox contains a value of WPTS, JTS. But
trying to get the value this way produces a type mismatch error.