G
Guest
I need to be able to compare/combine two tables. The first table is imported
data with a field containing a job code of the form (AAAA-AAAAA). The other
table is inputed and has the same job code field but also has another
associated task field. What I need to do is compare the first table to the
second and combine the tables such that for every record that has a matching
job code field the task field is copied over. I also need a list generated
for every job code that does not have a task.
data with a field containing a job code of the form (AAAA-AAAAA). The other
table is inputed and has the same job code field but also has another
associated task field. What I need to do is compare the first table to the
second and combine the tables such that for every record that has a matching
job code field the task field is copied over. I also need a list generated
for every job code that does not have a task.