Just to make things simpler I decided to not set valid dates in datepicker and leave the user the ability to choose any date.
But now I would like to validate the date inserted against the values that are generated from a recordset . This recordset filters a table based on the selection made on a dropdown menu on the same page and gets 1 record with the mindate and maxdate fields (along other fields).
But it seems that this doesn't work.
Tony