Hey,
First time posting here, so lets hope I get this right.
I've just recently begun to use Access & queries and such, and there's something I'm trying to figure out and I'm sure there's an easier way than what I'm doing, so was hoping someone could help me.
I have 2 fields I want to work with - one is where the data is coming from, another is what I want to update.
Data has stuff like:
VP of Sales
Sales VP
EVP Sales
Vice President Sales
then for IS/IT/MIS/Marketing/Operations/Telecommunications/Logistics/etc..
and the titles are in a million different random orders and methods (VP, Vice President, CFO, Chief Financial Officer, VP of Finance, VPFinance, Manager, Consultant, etc..)
What I've been writing are many many individual queries like:
("*VP*" or "*Vice President*"
and ("*Sale*"
or
("*Manager*" or "*Mgr*"
and ("*IT*" or "*IS*" or "*Information System*" or "*Information Tech*"
and now, my 2nd field, I want to update with "standarized titles" that all follow the same argument
So using the 2 queries above, the corresponding update fields:
"VP of Sales"
and
"Manager of IS/IT"
The problem is I have many databases I need to work with, and writing and importing 80 different small queries like I have above is simply impractical.
What's a better way I can do this? I tried putzing around a little with the script builder or something.. but I was too afraid to accidently mess up all my data (actually creating more backups as I type this just in case..)
Thanks in advance.
First time posting here, so lets hope I get this right.
I've just recently begun to use Access & queries and such, and there's something I'm trying to figure out and I'm sure there's an easier way than what I'm doing, so was hoping someone could help me.
I have 2 fields I want to work with - one is where the data is coming from, another is what I want to update.
Data has stuff like:
VP of Sales
Sales VP
EVP Sales
Vice President Sales
then for IS/IT/MIS/Marketing/Operations/Telecommunications/Logistics/etc..
and the titles are in a million different random orders and methods (VP, Vice President, CFO, Chief Financial Officer, VP of Finance, VPFinance, Manager, Consultant, etc..)
What I've been writing are many many individual queries like:
("*VP*" or "*Vice President*"
or
("*Manager*" or "*Mgr*"
and now, my 2nd field, I want to update with "standarized titles" that all follow the same argument
So using the 2 queries above, the corresponding update fields:
"VP of Sales"
and
"Manager of IS/IT"
The problem is I have many databases I need to work with, and writing and importing 80 different small queries like I have above is simply impractical.
What's a better way I can do this? I tried putzing around a little with the script builder or something.. but I was too afraid to accidently mess up all my data (actually creating more backups as I type this just in case..)
Thanks in advance.