D
Derek Brown
Hi Rick
You may remember that in my last post re UpDate Problem I said my solution
works:
If IsNull(Forms!MainForm!InvoiceForm.Form!InvoiceCode) = False Then
Me.Visible = True
Else
Me.Visible = False
End If
Well it does except............................when i delete a record on the
main form I get a debug with line 1 highlighted. Can I stop this?
You may remember that in my last post re UpDate Problem I said my solution
works:
If IsNull(Forms!MainForm!InvoiceForm.Form!InvoiceCode) = False Then
Me.Visible = True
Else
Me.Visible = False
End If
Well it does except............................when i delete a record on the
main form I get a debug with line 1 highlighted. Can I stop this?