validation rules

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

how do i create a validation rule - e.g in the case of where the appointment
date has got to be after todays date, with fields AppointmentDate and
TodaysDate.
i have tried to create it as: AppointmentDate >= TodaysDate but it soes not
work
what am i doing wrong?
 
goto to the help on that metter.
it says that :
In addition, field validation rules can't contain references to other fields
 
Sorry
You can do that with the validation rules for the table, but not with the
validation rules of the field.
 
Back
Top