J
JIM
Using A2000 I'm trying to assign a value to an unbound textbox in order to
use the can shrink property but I get an #Error when I use this method:
=IIf([TwoInv]=False And [L&M]=False And [PO]=False And [SHNotes]=False,"Spec
Hand: 2Inv " & [TwoInv] & " LM " & [L&M] & " PO " & [PO],Null)
TwoInv, L&M, and PO are yes/no fields; SHNotes is a memo field. The plan
was to make the whole line Null unless there was something in any of the
fields. Thinking about it I realize I can't print out a yes/no field but I
don't know how to approach.
Thanks
use the can shrink property but I get an #Error when I use this method:
=IIf([TwoInv]=False And [L&M]=False And [PO]=False And [SHNotes]=False,"Spec
Hand: 2Inv " & [TwoInv] & " LM " & [L&M] & " PO " & [PO],Null)
TwoInv, L&M, and PO are yes/no fields; SHNotes is a memo field. The plan
was to make the whole line Null unless there was something in any of the
fields. Thinking about it I realize I can't print out a yes/no field but I
don't know how to approach.
Thanks