R
randlesc
I know this is a very basic question but I honestly don't know where to find
the information specific to this question.
I have a table of employees names and their immunizations. The immunization
information comes from Query 1 of another database which is updated each
week. I have been deleting the contents of the table and replacing it with
the contents of Query 1 each week; the big problem is some employees don't
have their immunization information in the Query 1 it comes from yet another
database and I re-fill in those blanks each week and others are marked N/A.
I would like to construct an update query that will take the "Yes" from
Query 1 and put into the immunization column of table 1 only if that space in
table 1 is N or contains N/A.
Obviously I've never made an update query before and in fact I'd forgotten
about them until this weekend when I was thinking--there has to be an easier
way.
How do I set this up?
TABLE 1:
Employee ID, Employee Name, Department, Immunization (y/n/NA
QUERY 1
Employee ID, Employee Name, Immunization
Thanks
the information specific to this question.
I have a table of employees names and their immunizations. The immunization
information comes from Query 1 of another database which is updated each
week. I have been deleting the contents of the table and replacing it with
the contents of Query 1 each week; the big problem is some employees don't
have their immunization information in the Query 1 it comes from yet another
database and I re-fill in those blanks each week and others are marked N/A.
I would like to construct an update query that will take the "Yes" from
Query 1 and put into the immunization column of table 1 only if that space in
table 1 is N or contains N/A.
Obviously I've never made an update query before and in fact I'd forgotten
about them until this weekend when I was thinking--there has to be an easier
way.
How do I set this up?
TABLE 1:
Employee ID, Employee Name, Department, Immunization (y/n/NA
QUERY 1
Employee ID, Employee Name, Immunization
Thanks