Hi,
I have an sql query :-
This query basically selects, the add1, add2, add3,add4 fields which holds a persons address sometimes they may not have data in one of the fields.
I would like the data to display the address like:-
Add1
Add2
Add3
Add4
Country
Postcode
but if the fields are null I...