Assuming at the moment I am not using any forms, only tables.
None of the suggested validation rules are working.
I am getting (while saving the table) error message saying "Invalid SQL
syntax - cannot use multiple columns in a column level check constraint"
Any suggestions?
Thanks,
Amir.
message
The unstated assumption in Kevin's reply is that you are working in a
form.
Tables store data, forms display it for add/edit. Access/JET tables have
no
"triggers" (where SQL-Server tables do), but Access forms have
"events".
Kevin mentioned using the BeforeUpdate event (of your form displaying this
data) to add validation code.
--
Good luck
Jeff Boyce
<Access MVP>
Hi,
In a certain table I have "Start time" & "End time" fields.
How can I create validation rule, to check that "End time" is always
later
than "start time"?
Thanks,
Amir.