D
deb
I need help with an if statement.
I have a field called TLNo in the subform called fTLNo.
The TLNo must not be null or "TBD" if the sub-subform called fCS, 2 fields
called
CustTL and ReceivedDt are not null.
also
They cannot enter a CustTL without a ReceivedDt or
They cannot enter a ReceivedDt without a CustTL
and neither the CustTL or the ReceivedDt can be entered if the Parent.TLNo
is null or "TBD".
I hope I explained it correctly. I am at loss on how to do this.
I have a field called TLNo in the subform called fTLNo.
The TLNo must not be null or "TBD" if the sub-subform called fCS, 2 fields
called
CustTL and ReceivedDt are not null.
also
They cannot enter a CustTL without a ReceivedDt or
They cannot enter a ReceivedDt without a CustTL
and neither the CustTL or the ReceivedDt can be entered if the Parent.TLNo
is null or "TBD".
I hope I explained it correctly. I am at loss on how to do this.