B
Bob Vance
On my form I have a Email text box to show the clients email address and if
I delete it out it should trigger my check , which it does but it does not
update in my table when deleting out the email address! Only works when I
enter one, I have tried rebooting no difference
Private Sub tbEmail_AfterUpdate()
If ckbBatchInvoice.value = 0 Or IsNull(ckbBatchInvoice.value) Then
ckbBatchInvoice.value = -1
Me.Refresh
End Sub
I delete it out it should trigger my check , which it does but it does not
update in my table when deleting out the email address! Only works when I
enter one, I have tried rebooting no difference
Private Sub tbEmail_AfterUpdate()
If ckbBatchInvoice.value = 0 Or IsNull(ckbBatchInvoice.value) Then
ckbBatchInvoice.value = -1
Me.Refresh
End Sub