L
Lloyd
I'm not sure if what I'm asking is even possible but here goes. I have a
table that contains employees and the company they work for. I have created
a query on that table to identify those employees who dont list their company
based on their employee id number. Example, employees with an ID number of
2000 - 39999 belong to a specific company, so I use the query to find all
employees with that ID number range and is null for the company name.
Now my problem. I want to use the query to update their company name, since
I know that all employees with an ID number of 2000 to 39999 belong to a
specific company I want to utilize the query to place the company name into
the Company field which is currently null. Can I do this in the query or if
not, how can I use the query and some VBA to give each person who matches the
query the same company name.
thanks!
table that contains employees and the company they work for. I have created
a query on that table to identify those employees who dont list their company
based on their employee id number. Example, employees with an ID number of
2000 - 39999 belong to a specific company, so I use the query to find all
employees with that ID number range and is null for the company name.
Now my problem. I want to use the query to update their company name, since
I know that all employees with an ID number of 2000 to 39999 belong to a
specific company I want to utilize the query to place the company name into
the Company field which is currently null. Can I do this in the query or if
not, how can I use the query and some VBA to give each person who matches the
query the same company name.
thanks!