hello there, can anyone guide me on how to retrieve a string from a particular textfield to be displayed in a label on a next form? thank you very much.
Printable View
hello there, can anyone guide me on how to retrieve a string from a particular textfield to be displayed in a label on a next form? thank you very much.
labelname.caption = forms("formname").controls("controlname")
Possibly add a .Text or .Value
thanks man! =)