mawheeler4490
New member
- Joined
- Sep 8, 2022
- Messages
- 1
- Reaction score
- 0
I am trying to write an if statement for the example below
Address
Address Line 2
City, St ZIP
If address line 2 is null/blank it should return
Address
City, St ZIP
If address line 2 is not null/blank it should return
Address
Address Line 2
City, St ZIP
Not sure why I'm having such a hard time with this, but I've tried many different things and it's just not working for some reason
Address
Address Line 2
City, St ZIP
If address line 2 is null/blank it should return
Address
City, St ZIP
If address line 2 is not null/blank it should return
Address
Address Line 2
City, St ZIP
Not sure why I'm having such a hard time with this, but I've tried many different things and it's just not working for some reason