S
SAG
How do I change the color of line 2 when printing labels
below:
=Trim([CUSTOMER] & " " & [DEALER] & " Batch : "
=Trim([MATERIAL] & " / " & [Style] & " / " & [Holder])
=IIf(IsNull([notes])," ",Trim("Notes: " & [NOTES]))
=Trim("Job # " & [NUM] & " Cab # " & [CABNUM])
Perhaps I could make 2 copies of line 2 and print the
colored version if a condition exists. How can I do that
then if it is the only feasible option?
Steve
below:
=Trim([CUSTOMER] & " " & [DEALER] & " Batch : "
=Trim([MATERIAL] & " / " & [Style] & " / " & [Holder])
=IIf(IsNull([notes])," ",Trim("Notes: " & [NOTES]))
=Trim("Job # " & [NUM] & " Cab # " & [CABNUM])
Perhaps I could make 2 copies of line 2 and print the
colored version if a condition exists. How can I do that
then if it is the only feasible option?
Steve