K
Ken Ivins
I have a report with a customers address textboxes.
=Trim([suFrstNam] & " " & [suLstNam] & " " & [suSufix])
=Trim([giEmployer])
=Trim([suAddr1])
=Trim([suAddr2])
=Trim([suCity] & ", " & [suState] & " " & [suPostalCode])
I want the city, state, zip textbox to move up if there is no address 2. I
made sure the each box can grow and shrink. I also made sure that each box
touches the other. I have this set of fields in 2 places on the report. The
top works fine but the bottom set leaves open space if there is no data for
address2.
I even copied the top, resized it and put it in the bottom but with no luck.
Any idea what I am doing wrong?
Thanks,
Ken Ivins
=Trim([suFrstNam] & " " & [suLstNam] & " " & [suSufix])
=Trim([giEmployer])
=Trim([suAddr1])
=Trim([suAddr2])
=Trim([suCity] & ", " & [suState] & " " & [suPostalCode])
I want the city, state, zip textbox to move up if there is no address 2. I
made sure the each box can grow and shrink. I also made sure that each box
touches the other. I have this set of fields in 2 places on the report. The
top works fine but the bottom set leaves open space if there is no data for
address2.
I even copied the top, resized it and put it in the bottom but with no luck.
Any idea what I am doing wrong?
Thanks,
Ken Ivins