So the textbox is named "title". Try using:
Me.title.Text = varNumStr
instead.
BTW, I'd steer clear of "title" for the name of a textbox, since it is potentially confused with a property of Me that might be called title. Try something like "txtTitle" instead?
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.