I have a textbox on a form that has its default value set automatically in the after update of the text box using this code:
txtDocketNumber.DefaultValue = txtDocketNumber.Text
It has been working fine when they type a number in the textbox, but as soon as they type in a letter and then go to a new record the box is displaying the #Name? error.
The data type is text in the table. Can anyone see what I'm doing wrong?
I would greatly appreciate some help with this.
Thanks,
Jols




