I have a form where the user enters a Hearing Date. I need to determine if that hearing date is a holiday. I have created a Holidays table with a list of our holidays in it. I wanted to enter an event procedure in the before update field of the hearing date to check the holidays table against the date entered and if it matches to display the message "This is Holiday". It seems so simple but I can't seem to get it right. Can anyone help me?