i currently have a subreport that has the following look
name______ Name__________
Name______ Name________
i have each line on a seperate details. I am supressing detail b (second line) if count of sum is >2.
works if i get two names. it looks like this
name George name shawn
name______ Name_______
I need the extra lines on forms for someone to fill in.
If i get three then i get only three name fields instead of 4. I will always need four.
This is situated to be formated with columns so i can get all names on the list.
Suggestions to see 4 when i only have one name and 3? When i have one i get
name shawn
name _________
- ssweeney