J
J
I have a small dilemma. I have a "JOB" and "STATUS" table. There are
3 fields in the status table that I need to bring over and drop into
the corresponding column in the job table. I need to make it so that a
"project number" in my status table matches up with a "project number"
in the job table so that when the data is transferred, the values will
all go into the correct positions.
I have an update query started but I'm not sure if I'm going about my
problem the right way. So far here is what I have:
Field: DWG No Rev No
Table: Job Card Job Card Job Card
Update To:
Criteria: Is Null Is Null Is Null
Any help regarding this problem would be greatly appreciated
3 fields in the status table that I need to bring over and drop into
the corresponding column in the job table. I need to make it so that a
"project number" in my status table matches up with a "project number"
in the job table so that when the data is transferred, the values will
all go into the correct positions.
I have an update query started but I'm not sure if I'm going about my
problem the right way. So far here is what I have:
Field: DWG No Rev No
Table: Job Card Job Card Job Card
Update To:
Criteria: Is Null Is Null Is Null
Any help regarding this problem would be greatly appreciated