G
Guest
Hi,
I have a form let the user data entry store in the TableA. It have 2 combo
boxes (Cob1 and Cob2). Example:
Cob1=1,2,3,4,5 Cob2=10,20,30,40,50
I want when the user select Cob1=1 And Cob2=10 then the next time when they
select again Cob1=1 and Cob2=10 it will look into a TableA to find if it is
Duplicate data entry?
If Cob1=1 and Cob2=20 (30,40,50,... ) is OK
How can I code in the form? Thank you
MN
I have a form let the user data entry store in the TableA. It have 2 combo
boxes (Cob1 and Cob2). Example:
Cob1=1,2,3,4,5 Cob2=10,20,30,40,50
I want when the user select Cob1=1 And Cob2=10 then the next time when they
select again Cob1=1 and Cob2=10 it will look into a TableA to find if it is
Duplicate data entry?
If Cob1=1 and Cob2=20 (30,40,50,... ) is OK
How can I code in the form? Thank you
MN