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 "#".