L
Lauren Quantrell
I'm combining the field fldFirstName and the field fldLastName in an
Access2000 ADP view as such:
tblCustomers.fldFirstName + ' ' + tblCustomers.fldLastName AS
CustomerName
Works great UNLESS either fldFirstName or fldLastName is null, in
which case CustomerName is null, even though the other part oif the
name is not null.
Is there a way to write this so it returns a CustomerName even if one
of the parts is null?
Any help is appreciated.
lq
Access2000 ADP view as such:
tblCustomers.fldFirstName + ' ' + tblCustomers.fldLastName AS
CustomerName
Works great UNLESS either fldFirstName or fldLastName is null, in
which case CustomerName is null, even though the other part oif the
name is not null.
Is there a way to write this so it returns a CustomerName even if one
of the parts is null?
Any help is appreciated.
lq