A
asc4john
I am currently trying to get a form entry text box to remember the
last entry so as not to have to retype it each time.
I am using this code:
Private Sub tbxPartNumber_AfterUpdate()
tbxPartNumber.DefaultValue = tbxPartNumber
End Sub
The data entered is like 20-40-2345 as a string, but the default value
entered into the text box for the next record is -2365.
Is there a better way to do this? or How do I stop Access from doing
the calculation?
Thanks
last entry so as not to have to retype it each time.
I am using this code:
Private Sub tbxPartNumber_AfterUpdate()
tbxPartNumber.DefaultValue = tbxPartNumber
End Sub
The data entered is like 20-40-2345 as a string, but the default value
entered into the text box for the next record is -2365.
Is there a better way to do this? or How do I stop Access from doing
the calculation?
Thanks