Tried & tested and works exactly as required.
I replaced the line:
Myform.txtDateReceived.SetFocus
with
Myform.txtDateReceived.SetFocus
Myform.txtDateReceived.Value = ""
so as to clear the textbox when focus returns to it.
Very appreciative of your time and expertise.