H
Harmannus
Hallo,
I can't get the below code to work. The field InvoiceNumber is a text field
and if it has no value / empty the LockUnlock is False.
If Me![Invoicenumber] = Not Null Then
Me.AllowDeletions = False
LockUnlock True
Else
Me.AllowDeletions = True
LockUnlock False
End If
Any suggestion on the syntax?
Regards,
Harmannus
I can't get the below code to work. The field InvoiceNumber is a text field
and if it has no value / empty the LockUnlock is False.
If Me![Invoicenumber] = Not Null Then
Me.AllowDeletions = False
LockUnlock True
Else
Me.AllowDeletions = True
LockUnlock False
End If
Any suggestion on the syntax?
Regards,
Harmannus