I am working with VB6, CR 4.6 and an Access Database. I have a customer table with the fields:
LastName
FirstName
CompanyName
There will never be both a LastName and CompanyName entered, so when I pull up my customer report I want to have one field on the report called customer and fill it with either a concatenated LastName, FirstName or the CompanyName, whichever is applicable.
Can this be done? If so, how? Thanks.
LastName
FirstName
CompanyName
There will never be both a LastName and CompanyName entered, so when I pull up my customer report I want to have one field on the report called customer and fill it with either a concatenated LastName, FirstName or the CompanyName, whichever is applicable.
Can this be done? If so, how? Thanks.