Hi gang, Here is my delima and I cannot find anyone who knows the answer so you are my last hope.
My DB consist of the following tables:
Table1: LName FName DateofHire TermDate
Table2: Unit StartDate EndDate
This DB tracks what unit nurses have worked on since date of hire via a form with subform. Here is what the data might look like:
Employee DOH Term
Jane Doe 01/01/01
UNIT Start End
ESD 01/01/01 05/03/01
CCU 05/04/01
As you can see, Her second record on the subform has a blank end date due to she is still working in CCU.
The Admin of the DB may want to see who worked in the ESD Unit in the month of April 01, The query should pull Jane doe because April 01 fell between her ESD start and End date. IF I want to see who worked in CCU during the month of 07/01/01, the query should also pick up Jane Doe because she is still active in CCU. I have set up a parameter query using the Between function along with others, and cannot seem to come up with a solution that will pick up any scnerio whether there is a Null or not. Can someone please help with this???? Also, Please be very basic with any descriptions and or examples as I not an expert in Access. Looking forward to hearing from someone.
My DB consist of the following tables:
Table1: LName FName DateofHire TermDate
Table2: Unit StartDate EndDate
This DB tracks what unit nurses have worked on since date of hire via a form with subform. Here is what the data might look like:
Employee DOH Term
Jane Doe 01/01/01
UNIT Start End
ESD 01/01/01 05/03/01
CCU 05/04/01
As you can see, Her second record on the subform has a blank end date due to she is still working in CCU.
The Admin of the DB may want to see who worked in the ESD Unit in the month of April 01, The query should pull Jane doe because April 01 fell between her ESD start and End date. IF I want to see who worked in CCU during the month of 07/01/01, the query should also pick up Jane Doe because she is still active in CCU. I have set up a parameter query using the Between function along with others, and cannot seem to come up with a solution that will pick up any scnerio whether there is a Null or not. Can someone please help with this???? Also, Please be very basic with any descriptions and or examples as I not an expert in Access. Looking forward to hearing from someone.