S
Steve
I have a report for a school in which I want to list each
student grouped by primary household last name with other
information (parent's name(s), phone #s, address under it
in a header with detail being the child or children at that
household.
Most children have both parents in the same household, but
many have one parent that they live with in one household
and another parent that lives at another address.
Right now the report looks something like:
-STUDENTLASTNAME HEADER-
[StudentLastName]
[PrimaryHousehold.ParentRelation]&[PrimaryHousehold.
ParentName]
[PrimaryHousehold.ParentAdress]
(etc. for Primary Household Info)
[OtherHoushold.ParentRelation]&[OtherHousehold.ParentName]
[OtherHousehold.ParentAdress]
(etc. for Other Household Info)
-DETAIL-
[StudentFirstName]&[DateOfBirth]
My question is: How can I get Access to not leave a blank
line when there is, (in the majority of cases) no Other
Household and no info to print.
Or phrased another way how can I surpress printing of
fields in the header?
Thanks much.
student grouped by primary household last name with other
information (parent's name(s), phone #s, address under it
in a header with detail being the child or children at that
household.
Most children have both parents in the same household, but
many have one parent that they live with in one household
and another parent that lives at another address.
Right now the report looks something like:
-STUDENTLASTNAME HEADER-
[StudentLastName]
[PrimaryHousehold.ParentRelation]&[PrimaryHousehold.
ParentName]
[PrimaryHousehold.ParentAdress]
(etc. for Primary Household Info)
[OtherHoushold.ParentRelation]&[OtherHousehold.ParentName]
[OtherHousehold.ParentAdress]
(etc. for Other Household Info)
-DETAIL-
[StudentFirstName]&[DateOfBirth]
My question is: How can I get Access to not leave a blank
line when there is, (in the majority of cases) no Other
Household and no info to print.
Or phrased another way how can I surpress printing of
fields in the header?
Thanks much.