Hi,
I hope you are fine. In this database we have in form text12.
how can we add function in query and form to filter date range
example >=1970-1-1 and <=1990-12-30.
Date of Birth is defined as a text type field - If you want this to work DoB needs to be set as a date/time type field in the table.
As it is how will you filter using a text range of >=1970-1-1 and <=1990-12-30
Once you have set up a date/time field for DOB you will need to work with the date portion of the field: review date functions.