Hi All,
And before I ask for more help, I think I should say a very big thank you to all the members of this Forum for all there help you give each other.
I have the code which opens my form but not to a new record. Can anyone see what I have done.
Private Sub Command298_Click()
On Error GoTo Err_Command298_Click
DoCmd.OpenForm "ResettlementReferralAddClientForm", acFormAdd
Exit_Command298_Click:
Exit Sub
Err_Command298_Click:
MsgBox Err.Description
Resume Exit_Command298_Click
End Sub
Kind Regards
Dereck
And before I ask for more help, I think I should say a very big thank you to all the members of this Forum for all there help you give each other.
I have the code which opens my form but not to a new record. Can anyone see what I have done.
Private Sub Command298_Click()
On Error GoTo Err_Command298_Click
DoCmd.OpenForm "ResettlementReferralAddClientForm", acFormAdd
Exit_Command298_Click:
Exit Sub
Err_Command298_Click:
MsgBox Err.Description
Resume Exit_Command298_Click
End Sub
Kind Regards
Dereck