Hi all
I have an access query that looks at a field called Date_Notice_Given and should return all records between a given date range. It picks up the dates from a form.
I have added the Date_notice_Given field to the query and typed the following in the criteria:
Between <<fieldname>> And <<fieldname>>
but it doesn't give the right results, so the I tried:
> Date()
and it still gives a load of records from last year.
Any ideas, any help greatly appreciated!
I have an access query that looks at a field called Date_Notice_Given and should return all records between a given date range. It picks up the dates from a form.
I have added the Date_notice_Given field to the query and typed the following in the criteria:
Between <<fieldname>> And <<fieldname>>
but it doesn't give the right results, so the I tried:
> Date()
and it still gives a load of records from last year.
Any ideas, any help greatly appreciated!