Hi there
Below is a simplified version of what I'm trying to do which is to combine the two wildcard statements into one statement so that I don't have to repaeat the table and field names again. In my actual query I've got so many of these statements that I've exceeded some limit and cannot finish the query.
Is it posible to do this?
Thanks in advance for any help you can offer.
Datafiend
Below is a simplified version of what I'm trying to do which is to combine the two wildcard statements into one statement so that I don't have to repaeat the table and field names again. In my actual query I've got so many of these statements that I've exceeded some limit and cannot finish the query.
Is it posible to do this?
Thanks in advance for any help you can offer.
Datafiend
Code:
BusinessType: IIf([tblCompanyName]![Employer Legal Name] Like "*Ltd","Incorporated",IIf([tblCompanyName]![Employer Legal Name] Like "*Trust","Incorporated",”Not Incorporated"))