D
Dave Elliott
This code is run on the current event of a sub-form
if Payment has a value and Balance equals zero then, etc...
nothing happens? Payment and Balance are in currency format.
If Not IsNull(Payment) And (Balance) = 0 Then
MsgBox "Print Customers Receipt Upon Completion of Payment(s)"
End If
if Payment has a value and Balance equals zero then, etc...
nothing happens? Payment and Balance are in currency format.
If Not IsNull(Payment) And (Balance) = 0 Then
MsgBox "Print Customers Receipt Upon Completion of Payment(s)"
End If