if your currently in the form with the textbox then :
me.ControlName.value
Will give you the value(replace ControlName with your own name)
If your outside of your form(the form does need to be open though) then you will need the same as above but remove the me and replace with Forms!FormName This should look like this:
Forms!FormName!Controlname.Value
Depending on what you need the values for depends on what you do with these lines. Let us know if you need further help with the values.
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.