R
RitchieJHicks
I need to have an on lost focus command which when triggered, refreshes my
entire form.
I have tried
Private Sub DoNotesCommand_LostFocus()
Me.Refresh
End Sub
Bit it doesn't seem to effect anything.
I am doing this to refresh one of my fields after the data from it is placed
in a different field.
entire form.
I have tried
Private Sub DoNotesCommand_LostFocus()
Me.Refresh
End Sub
Bit it doesn't seem to effect anything.
I am doing this to refresh one of my fields after the data from it is placed
in a different field.