J
James K via AccessMonster.com
I would like to construct a query from a table with a debtor name field. The
select statement needs to exclude all records that have the word Corp, CO,
Ltd, LLC, or Company in the field. Basically I want to eliminate businesses
and leave only individuals. I also do not want to eliminate someone with a
name such as Jill Comp. Thus I need to be specific for the CO and exclude
any records that merely have a Co someplace in the field.
Also, is there a good primer on Access Expressions with lots of examples?
Sort of Access Expressions for Dummies?
Thanks in advance and have a good weekend.
select statement needs to exclude all records that have the word Corp, CO,
Ltd, LLC, or Company in the field. Basically I want to eliminate businesses
and leave only individuals. I also do not want to eliminate someone with a
name such as Jill Comp. Thus I need to be specific for the CO and exclude
any records that merely have a Co someplace in the field.
Also, is there a good primer on Access Expressions with lots of examples?
Sort of Access Expressions for Dummies?
Thanks in advance and have a good weekend.