T
True.Kilted.Scot
I have a form with several controls on it, recording text, dates and
times.
The date control should not hold a date that is earlier than any date
already recorded in the database. The second time control--end
time--cannot be earlier than the time entered in the first time
control--start time.
My question...should the validation for each of these controls be
performed in the BeforeUpdate event of each of the controls, or in the
BeforeUpdate event of the form itself?
Many thanks
Duncan
times.
The date control should not hold a date that is earlier than any date
already recorded in the database. The second time control--end
time--cannot be earlier than the time entered in the first time
control--start time.
My question...should the validation for each of these controls be
performed in the BeforeUpdate event of each of the controls, or in the
BeforeUpdate event of the form itself?
Many thanks
Duncan