- Apr 29, 2001
- 5,719
- 1
- 81
I got tagged in for a small Access change, I've never done Access before, but to upper management, they think programmer is programmer and this would be a good "opportunity" for me to learn. anyway, here is one of the many small changes, and I am not even sure if it's possible. The current report is set up to address up to 3 names like:
name1
name2
name3,
address line1
address line2.
because most cases only has 1 person, therefore, they are seeing the 2 blank lines between the name1 and address line1, and they wanted to remove the blank space to make the reports look better.
I can simply just remove name2 and name3, but it wouldn't work for cases that do have more than one names. The correct way (I think) to do this is to add some logic somewhere, so if the case has only 1 name, it will use template 1 with one name1 line, and template 2 with name1 and name2, and template 3 with 3 name lines. Is that even possible to do? if so, how??
name1
name2
name3,
address line1
address line2.
because most cases only has 1 person, therefore, they are seeing the 2 blank lines between the name1 and address line1, and they wanted to remove the blank space to make the reports look better.
I can simply just remove name2 and name3, but it wouldn't work for cases that do have more than one names. The correct way (I think) to do this is to add some logic somewhere, so if the case has only 1 name, it will use template 1 with one name1 line, and template 2 with name1 and name2, and template 3 with 3 name lines. Is that even possible to do? if so, how??
