|
Hi, I'm looking for help.
I have a form that writes two dates to a database a Start Date and End date.
I want to be able to check the dates on the form dont alredy exist in the databse.
Ie if the databse holds the start date of 23/06/2006 and the end date of 29/06/06
I dont want the user on the form to be able to enter a date that is the same or falls between those date.
I know how to check a data against a date but not against a date range
|