G
Guest
Sorry not that familiar with VB.
How do I tell the code to stop if a certain field is empty, or continue if
the field is not null?? I've got the first bit!!
If (Nz(Me.Issue_Date.Value, "") = "") Then
Cheers
How do I tell the code to stop if a certain field is empty, or continue if
the field is not null?? I've got the first bit!!
If (Nz(Me.Issue_Date.Value, "") = "") Then
Cheers