ted.martin
Registered User.
- Local time
- Today, 14:09
- Joined
- Sep 24, 2004
- Messages
- 743
I have a report with 3 address lines plus the city. If (say) there is no address in field address2, then I would like to move the town field up one line.
using an IF statement I guess I can check for null value but then I need to re-position the control.
Similarly if there was nothing in Address2 then I would want to move Town up 2 lines.
The field layout looks like this:
Address1
Address2
Address3
Town
Thanks
using an IF statement I guess I can check for null value but then I need to re-position the control.
Similarly if there was nothing in Address2 then I would want to move Town up 2 lines.
The field layout looks like this:
Address1
Address2
Address3
Town
Thanks