D
DevilDog1978
Thank you for your help. I have one last question. Using the SQL statement
below, is there a way I can tell Access to add one more requirement before
changing std_cal to "Y"? I would like for it to also look at
standards_t3.item_nbr. standards_t3 is the table and item_nbr the field.
Basically, if the sub_cust meets the requirements already placed on it and
the item_nbr in pcinventrySQL matches the item_nbr in standards_t3 then it
can change std_cal to "Y".
below, is there a way I can tell Access to add one more requirement before
changing std_cal to "Y"? I would like for it to also look at
standards_t3.item_nbr. standards_t3 is the table and item_nbr the field.
Basically, if the sub_cust meets the requirements already placed on it and
the item_nbr in pcinventrySQL matches the item_nbr in standards_t3 then it
can change std_cal to "Y".