Hello,
On a form I have a listbox (lsttotalpersons) that returns an number. I want to copy that number into a textbox (txttotal) in another form and I tried it like this:
me.form.txttotal = me.lsttotalpersons.value
But this isn't working!
Can somebody help me with the right syntax to copy the value?
Thanks in advance,
Sven.
On a form I have a listbox (lsttotalpersons) that returns an number. I want to copy that number into a textbox (txttotal) in another form and I tried it like this:
me.form.txttotal = me.lsttotalpersons.value
But this isn't working!
Can somebody help me with the right syntax to copy the value?
Thanks in advance,
Sven.