I would like to put a data validation rule that forces [End Time] to be greater than [Start Time] (leaving out for the moment an end time that falls into the next day!). I did put a >![Start Time] in the [End Time] field, and this works for ending time, but if [Start Time] is null upon data entry (and [End Time] is not yet entered) the similar <![End Time] will fail. Would this data validation go on the table object? If yes, how would you enter such a complex validation rule? I suppose that this could then cover the date increment possiblity, too.