pungentSapling
NeedHotSauce?
- Local time
- Today, 18:25
- Joined
- Apr 4, 2002
- Messages
- 116
I have an address section on a report. I would like to know a way to make any txtboxes that are empty not take up a line in the report.
example: if the [address2] field is empty I would like the next field [City] to be directly under [address1] rather than have an empty line seperating [address1] and [City]
I thought about moving all of the fields inside one txtbox....this could eliminate the spacing problem, but then I need a way to force a line break. I don't know one.(though I am sure there must be a simple way)
so my question is two pronged.....
a: how do I suppress an empty control on a report?
b:how do I force a line break in a txtBox?
thanks in advance
p
example: if the [address2] field is empty I would like the next field [City] to be directly under [address1] rather than have an empty line seperating [address1] and [City]
I thought about moving all of the fields inside one txtbox....this could eliminate the spacing problem, but then I need a way to force a line break. I don't know one.(though I am sure there must be a simple way)
so my question is two pronged.....
a: how do I suppress an empty control on a report?
b:how do I force a line break in a txtBox?
thanks in advance
p