G
Guest
I have a table that holds details about dates of supervision.
The table which includes the field’s supStart and SupEnd. Both are date
fields formatted to shortdate.
Eg.
Name SupStart SupEnd
------------------------------------
J bloggs 1/1/05 30/4/05
A bloggs 1/2/05 3/5/05
C Bloggs 1/3/05 12/4/05
What I need to do is query the data and pull out information of all people
who have been supervised between two user specified dates.
Eg All people supervised between 15/1/05 to 15/4/05
----------------- “ -------------- 5/4/05 to 1/5/05
Can anyone point me in the right direction?
Paul
The table which includes the field’s supStart and SupEnd. Both are date
fields formatted to shortdate.
Eg.
Name SupStart SupEnd
------------------------------------
J bloggs 1/1/05 30/4/05
A bloggs 1/2/05 3/5/05
C Bloggs 1/3/05 12/4/05
What I need to do is query the data and pull out information of all people
who have been supervised between two user specified dates.
Eg All people supervised between 15/1/05 to 15/4/05
----------------- “ -------------- 5/4/05 to 1/5/05
Can anyone point me in the right direction?
Paul