marcellvries
Programmer
Hi there,
I designed a planning system which works great. However there are always things to improve.
It looks like this:
qryPlanning
PlanningID LocationID EmployeeID Start End
1419 36 81 15-2-2009 13:00:00 15-2-2009 18:00:00
1420 36 88 15-2-2009 13:00:00 15-2-2009 18:00:00
1421 36 1 7-3-2009 16:15:00 8-3-2009 0:15:00
1422 36 44 7-3-2009 16:15:00 8-3-2009 0:15:00
1433 36 88 21-3-2009 17:15:00 21-3-2009 22:15:00
1434 36 81 21-3-2009 17:15:00 21-3-2009 22:15:00
I have a form (frmAvailable) with the fields “Start” and “End”.
I would like to create a query which makes it possible to see all employees that are still available for a specific timeframe (between Start and End on frmAvailable).
I tried to create multiple queries to achieve this goal but I simply can’t get it to work. I could post all the queries I created but I think in this case it won’t make things easier for you.
I hope you can help me out.
Thank you in advance.
Gr. Marcell
I designed a planning system which works great. However there are always things to improve.
It looks like this:
qryPlanning
PlanningID LocationID EmployeeID Start End
1419 36 81 15-2-2009 13:00:00 15-2-2009 18:00:00
1420 36 88 15-2-2009 13:00:00 15-2-2009 18:00:00
1421 36 1 7-3-2009 16:15:00 8-3-2009 0:15:00
1422 36 44 7-3-2009 16:15:00 8-3-2009 0:15:00
1433 36 88 21-3-2009 17:15:00 21-3-2009 22:15:00
1434 36 81 21-3-2009 17:15:00 21-3-2009 22:15:00
I have a form (frmAvailable) with the fields “Start” and “End”.
I would like to create a query which makes it possible to see all employees that are still available for a specific timeframe (between Start and End on frmAvailable).
I tried to create multiple queries to achieve this goal but I simply can’t get it to work. I could post all the queries I created but I think in this case it won’t make things easier for you.
I hope you can help me out.
Thank you in advance.
Gr. Marcell