Clear text box on form

G

Guest

What code do I type to clear a text box on a form. After I use the data to
jump to a record in the form, I would like the box to be reset essentially.
 
G

Guest

you can set your textbox = to Null or to ""

For example:

Forms![NameofForm]![NameOftextbox] = ""

or

= Null

Chad
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top