date field

M

mccoy

i would like to prevent the users to input back dates on the date field on my
dbase

can anyone help me on this

thanks
 
D

Dirk Goldgar

mccoy said:
i would like to prevent the users to input back dates on the date field on
my
dbase


By "back dates", do you mean, dates before the current date? Keeping them
from entering dates before the current could be accomplished by means of a
validation rule like this ...

.... set either for the field in the table's Design View, or for the control
in the form's Design View, or both.
 
Top