Create Calendar in Query

  • Thread starter Thread starter Arvin Villodres
  • Start date Start date
A

Arvin Villodres

Hi and Happy Holidays to all!

There are two combo boxes in my form that would ask for
the begining and ending date respectively. I need to
create a query which would accept data based on the dates
that I have given. My query should look like this:

Combo Boxes
Date Begun: December 1, 2003
Date End: December 6, 2003

Query
EMPLOYEE 12/1/03 12/2/03 12/3/03 12/4/03 ... 12/6/03
MON TUE WED THU SAT
==========================================================
ARVIN | | | | |....|
==========================================================
LESLIE | | | | |
==========================================================
MHEL | | | | |
==========================================================

Is this possible? How can I do this?

Thank you very much for the help and Merry Christmas to
all.
 
Back
Top