R
RitchieJHicks
hi,
I have 2 fields - notessubmit and notes. My form is set so that when the
user hits a command button, the text from the notessubmit field is added to
the notes field.
The notessubmit field has a default value of Now() (so that the user doesn't
have to type the date and time each time). However, when they click the
command button although the text is added to the notes field, the notesubmit
field is not cleared/reset and the text remain there.
That means that my users have to exit the database and open it again to
clear the field and reset the date.
I have tried a lost focus repaint and refresh but these have no effect.
Can anyone advise me the best way to "reset" my notesubmit field after the
user submits the notes, please?
I have 2 fields - notessubmit and notes. My form is set so that when the
user hits a command button, the text from the notessubmit field is added to
the notes field.
The notessubmit field has a default value of Now() (so that the user doesn't
have to type the date and time each time). However, when they click the
command button although the text is added to the notes field, the notesubmit
field is not cleared/reset and the text remain there.
That means that my users have to exit the database and open it again to
clear the field and reset the date.
I have tried a lost focus repaint and refresh but these have no effect.
Can anyone advise me the best way to "reset" my notesubmit field after the
user submits the notes, please?