G
Guest
Hi, im trying to list the staff strength for that dates entered by the user
using the criteria : between [Date 1] AND [Date 2]. I have a table name
Personal_Data which has DateJoined field and DateTernimate field.
For example,
EmployeeID DateJoined DateTerminated Status
1000 1 January 2005 1 May 2005
Terminated
1001 2 February 2005 5 March 2005 Active
If User input from the prompt is between 23 January 2005 to 3 March 2005,
how do i code the program to capture active users between that period. Please
help cos i've been trying to solve it for a day!!
Email to me at: (e-mail address removed)
using the criteria : between [Date 1] AND [Date 2]. I have a table name
Personal_Data which has DateJoined field and DateTernimate field.
For example,
EmployeeID DateJoined DateTerminated Status
1000 1 January 2005 1 May 2005
Terminated
1001 2 February 2005 5 March 2005 Active
If User input from the prompt is between 23 January 2005 to 3 March 2005,
how do i code the program to capture active users between that period. Please
help cos i've been trying to solve it for a day!!
Email to me at: (e-mail address removed)