N
N L
Greetings,
I have a database table that has a row called "Company", which may
return different variations on a company name, depending on how it was
entered. For example, it may return one of the following:
WidgetWerks, Inc.
WidgetWerks, Inc.
Widget Holdings Corporation
WidgetWerks Co
WidgetWerks Ltd.
WidgetWerks Canada
WidgetWerks
For grouping and simplification, I would like to add another row to my
query results called "Simplified Company", where it would just return
"WidgetWerks" if "Company" is any of those above values.
In other databases, I might use CASE for this. Any tips on how I could
do it in Access?
Thanks,
N. Lee
I have a database table that has a row called "Company", which may
return different variations on a company name, depending on how it was
entered. For example, it may return one of the following:
WidgetWerks, Inc.
WidgetWerks, Inc.
Widget Holdings Corporation
WidgetWerks Co
WidgetWerks Ltd.
WidgetWerks Canada
WidgetWerks
For grouping and simplification, I would like to add another row to my
query results called "Simplified Company", where it would just return
"WidgetWerks" if "Company" is any of those above values.
In other databases, I might use CASE for this. Any tips on how I could
do it in Access?
Thanks,
N. Lee