E
eastlaketech
I am creating a Directory for a school. A small number of families do not
want their address or phone number in the directory (the student name,
teacher and parents would still print).
I tried adding the following calculation to the control source, but now the
report is asking for FAMILY parameter values -- if none entered, I get an
error on the field.
Iif(FAMILY.Directory Address = "No", " " , FAMILY.Address)
want their address or phone number in the directory (the student name,
teacher and parents would still print).
I tried adding the following calculation to the control source, but now the
report is asking for FAMILY parameter values -- if none entered, I get an
error on the field.
Iif(FAMILY.Directory Address = "No", " " , FAMILY.Address)