|
 |
access thread: Re: Make a calendar
Message #1 by "Kenny Alligood" <kennyalligood@h...> on Fri, 19 Jul 2002 10:09:20 -0400
|
|
------=_NextPart_001_0000_01C22F0C.599D4FB0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
My goal is to have an updateable table that holds each day of the year. T
his table would be used in a form that becomes criteria for queries. I tr
ied using the Calendar Control that you spoke of but was unable to get it
functioning. If you have a bulletproof way that I could get the calendar
control to work that would be wonderful.
Kenny
----- Original Message -----
From: Darron Michael
Sent: Thursday, July 18, 2002 3:15 PM
To: Access
Subject: [access] Re: Make a calender
Why on earth would you want to do this? You can use a calendar control o
n
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
to unsubscribe send a blank email to G
et more from the Web. FREE MSN Explorer download : http://explorer.msn.c
om
Message #2 by "John Ruff" <papparuff@c...> on Fri, 19 Jul 2002 08:03:46 -0700
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_0041_01C22EFA.CF412550
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
Go to http://support.microsoft.com/default.aspx?scid=kb;en-us;Q190194
and check out the example on creating a pop-up calendar control. In the
same article, you can go to another url and download samples of ActiveX
controls. The samples ActiveX controls has a better example of using
the calendar control (in my humble opinion) than creating a pop-up
calendar control.
John V. Ruff - The Eternal Optimist :-)
Always Looking For Contract Opportunities
www.noclassroom.com
Live software training
Right over the Internet
Home: xxx.xxx.xxxx
Cell: xxx.xxx.xxxx
9306 Farwest Dr SW
Lakewood, WA 98498
"Commit to the Lord whatever you do,
and your plans will succeed." Proverbs 16:3
-----Original Message-----
From: Kenny Alligood [mailto:kennyalligood@h...]
Sent: Friday, July 19, 2002 7:09 AM
To: Access
Subject: [access] Re: Make a calendar
My goal is to have an updateable table that holds each day of the year.
This table would be used in a form that becomes criteria for queries. I
tried using the Calendar Control that you spoke of but was unable to get
it functioning. If you have a bulletproof way that I could get the
calendar control to work that would be wonderful.
Kenny
----- Original Message -----
From: Darron Michael
Sent: Thursday, July 18, 2002 3:15 PM
To: Access
Subject: [access] Re: Make a calender
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
--- Change your mail options at http://p2p.wrox.com/manager.asp or to
unsubscribe send a blank email to
_____
Get more from the Web. FREE MSN Explorer download :
http://explorer.msn.com
|
|
 |