You can add code to the After Update event of your text box. For instance if
you have a text box "txtDept" that is bound to a text field. Your code would
look like:
Me.txtDept.DefaultValue = """" & Me.txtDept & """"
If the field is numeric, get rid of all the double-quotes. If date, use "#".
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.