Can I run an update query and in one single field run multiple updates like:
"joe doe" updated to 334 & "barry davis" updated to 456, etc
basically I want to convert the name to number (in my case it would be the employee ID#), and I have about 500 employees so one at a time is a little out of the question. the table is import from excel and i don't know how to do this pre-import ethier!
thanks for any help!