G
Guest
I am looking to make a form that is auto customized for each record.
For exampe. If i have 25 possible items.
Record 1 might have 14 and 22 and
Record 2 might have 1, 2, 10, 15,16,21 and 25.
I want to make a form that will list the items in order for each record,
without leaving gaps- so using the if true then visible wont work, because
for example record 1 will only have 2 out of 25 while record 2 contains 7.
and there would be all the gaps between 1 and 25 that are not visible.
I had originally planned to use visible headers and place each item in a
header, if item = true, then header is visible. but i cannot figure out how
to add multiple headers to a form (like i can in a report).
Any help on creating this form would be helpful! thanks!
For exampe. If i have 25 possible items.
Record 1 might have 14 and 22 and
Record 2 might have 1, 2, 10, 15,16,21 and 25.
I want to make a form that will list the items in order for each record,
without leaving gaps- so using the if true then visible wont work, because
for example record 1 will only have 2 out of 25 while record 2 contains 7.
and there would be all the gaps between 1 and 25 that are not visible.
I had originally planned to use visible headers and place each item in a
header, if item = true, then header is visible. but i cannot figure out how
to add multiple headers to a form (like i can in a report).
Any help on creating this form would be helpful! thanks!