Hi all
Im trying to send integer value from combobox in form 1 to textbox in form 2
I try use this code on form2 :
me.textbox.text = form1.combobox.selectedvalue
This code works with a textbox does not have a data source but when I set the data source for the textbox, code does not appear...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.