Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access thread: Make a calender


Message #1 by "Kenny Alligood" <kennyalligood@h...> on Thu, 18 Jul 2002 03:50:44
I need a little assistance - or direction - please. I am looking for a way 
to create (thru code) a table that is basically a calender.

For instance:

Column Name     January     February     March     ect

Row Value       1/1/2002     2/1/2002    3/1/2002
                1/2/2002     2/2/2002    3/2/2002
                1/3/2002     2/3/2002    3/3/2002
                ect          ect         ect

Does anybody know how I can accomplish this?? Any assistance would be 
greatly appreciated.

Kenny    
Message #2 by "Darron Michael" <darron.michael@h...> on Thu, 18 Jul 2002 18:44:09
Why on earth would you want to do this?  You can use a calendar control on 
a form to give you a working calendar, from which you can select specific 
dates.

I can see maybe creating a table of Holidays for when you're trying to 
make a "work schedule" for an organization, but a table that is a whole 
calendar.  

I'm missing the point.  What's your goal?

Darron

> I need a little assistance - or direction - please. I am looking for a 
way 
t> o create (thru code) a table that is basically a calender.

> For instance:

> Column Name     January     February     March     ect

> Row Value       1/1/2002     2/1/2002    3/1/2002
 >                1/2/2002     2/2/2002    3/2/2002
 >                1/3/2002     2/3/2002    3/3/2002
 >                ect          ect         ect

> Does anybody know how I can accomplish this?? Any assistance would be 
g> reatly appreciated.

> Kenny    

  Return to Index