Hi My VB Errors out here
*Compile error
Variable not defined*
Private Sub cmdNew_Click()
Dim answer As Variant
blnNew = True
:crash: txtContactPerson.Text = "":crash:
txtCustomerNumber.Text = ""
txtCustomerPhone.Text = ""
txtCustomerLandline.Text = ""...