C
Colhem
Hi!
I have a form used for data input (Frm1). The text boxes are bound to the
records in the table [TblCalibration], which contains several fields where
[Name] (text),[Recal] (true/false),[Date] (date) is of interest.
1) I don't want the user to be able to add a record (e.g. goto next record
(a blank one), which is the behaviour of my save-button.) where he/she inputs
the same combination of Name, Recal, Date already present in TblCalibration.
Any combination of these three is ok, as long as it is not already stored.
2) If it is not too complicated, I would also like to get a customized
duplicate record error message to pop up every time this happens.
Many thanks, Peter
I have a form used for data input (Frm1). The text boxes are bound to the
records in the table [TblCalibration], which contains several fields where
[Name] (text),[Recal] (true/false),[Date] (date) is of interest.
1) I don't want the user to be able to add a record (e.g. goto next record
(a blank one), which is the behaviour of my save-button.) where he/she inputs
the same combination of Name, Recal, Date already present in TblCalibration.
Any combination of these three is ok, as long as it is not already stored.
2) If it is not too complicated, I would also like to get a customized
duplicate record error message to pop up every time this happens.
Many thanks, Peter