Powerhouse123
IS-IT--Management
Hi there,
I have the following table and query and what I want to be able to do is find out who has expired between a a set of dates I select.
Table structure...
FIELD DATA DATA DATA DATA
ID 1 2 3 4
Name Bob Dave John Sally
Issue Date 01/01/2004 23/04/1998 02/01/2004 05/11/2007
Expiry Date This is calculated using the following code:
Expiry Date: DateSerial(Year([Issue Date])+3,Month([Issue Date]),Day([Issue Date]))
This code should just add 3 years to the issue date which it does.
In the criteria section of the Expiry date column I have... "Between [Please enter start date 'dd/mm/yyyy'] And [Please enter an end date 'dd/mm/yyyy']"
When I select the following between dates: 01/01/2007 and 31/01/2007 it brings back everything rather than what it should!!...JUst Bob and John
I any ideas? It should be so simple!
I have the following table and query and what I want to be able to do is find out who has expired between a a set of dates I select.
Table structure...
FIELD DATA DATA DATA DATA
ID 1 2 3 4
Name Bob Dave John Sally
Issue Date 01/01/2004 23/04/1998 02/01/2004 05/11/2007
Expiry Date This is calculated using the following code:
Expiry Date: DateSerial(Year([Issue Date])+3,Month([Issue Date]),Day([Issue Date]))
This code should just add 3 years to the issue date which it does.
In the criteria section of the Expiry date column I have... "Between [Please enter start date 'dd/mm/yyyy'] And [Please enter an end date 'dd/mm/yyyy']"
When I select the following between dates: 01/01/2007 and 31/01/2007 it brings back everything rather than what it should!!...JUst Bob and John
I any ideas? It should be so simple!