Hi
i have a form workdone with a datasheet subform on it. The subform contains all the work done on a job, pieces and labor time.
what i want to do is to prevent the user to enter 2 times the same pieces or labor for the same idworkdone, and set the focus on the record that is the same that the user is trying to insert on my datasheet
is that possible to do, cause i c
here is the structure of my 2 tables
WORKDONE
idworkdone
dateworkdone
note
WORKDONEDETAIL
idworkdonedetail
idworkdone
idpiece
qty
thanks a lot
i have a form workdone with a datasheet subform on it. The subform contains all the work done on a job, pieces and labor time.
what i want to do is to prevent the user to enter 2 times the same pieces or labor for the same idworkdone, and set the focus on the record that is the same that the user is trying to insert on my datasheet
is that possible to do, cause i c
here is the structure of my 2 tables
WORKDONE
idworkdone
dateworkdone
note
WORKDONEDETAIL
idworkdonedetail
idworkdone
idpiece
qty
thanks a lot