Hi guys,
I'm another newbie here.
I'm currently designing a small Access db that contains contact details:
Name
ResidentialSuburb
PostalSuburb
I need to create an SQL query that will return Name & "Suburb".
"Suburb" will contain ResidentialSuburb by default, but if this is empty, I would like it to contain PostalSuburb.
Is this possible? Im a bit stumped.
Thanks