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
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