I want to use the Calendar Control to display a baseball game schedule.
Example: Show a calendar with all the games being played that month. Each
date would be colored as white for home and grey for away. Each date would
also contain the team being played's logo, and the time the game starts
(local).
I want the control to read the schedule file and display the data for each
team. I'm not sure how to go about it.
Any help will be greatly appreciated
A Flex Grid Control will probably do what you want. Have a look at -
http://www.rogersaccesslibrary.com/Otherdownload.asp?SampleName='Flex%20Grid%20D
emo.mdb'
for some examples.
Peter Hibbs.
>I want to use the Calendar Control to display a baseball game schedule.
>
[quoted text clipped - 7 lines]
>
>Any help will be greatly appreciated
mhwinokur - 19 Jul 2007 19:24 GMT
Peter,
Thank you for giving me a direction. The link wouldn't work, but I went to
that site, and I think I may be able to find many usefull tools there.
Saxman
>A Flex Grid Control will probably do what you want. Have a look at -
>
[quoted text clipped - 9 lines]
>>
>>Any help will be greatly appreciated
>I want to use the Calendar Control to display a baseball game schedule.
See the Calendar Tips page at my website
http://www.granite.ab.ca/access/calendars.htm
There could, likely will, be lots of version problems when you go to
distribute the MSCal.OCX..
One alternative is MonthCalendar is a completely API generated Month
Calendar derived directly from the Common Control DLL. There are
links to several downloadable calendar forms at my website. As these
are forms you can also do anything with them you want.
You can also use the calendar form which comes in the Access <insert
your version here> Developers Handbook by Litwin/Getz/Gilbert,
publisher Sybex www.developershandbook.com. These books are well
worth spending money. Every time I open one I save the price of the
book.
Duane Hookum has an awesome and simple calendar in a report. See the
Calendar Reports sample section at
http://www.access.hookom.net/Samples.htm
Tony

Signature
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
mhwinokur - 20 Jul 2007 01:20 GMT
Tony,
Thank you very much for the valuable information. I will be checking out
your web site, and some of the others you suggested.
Take care,
Saxman
>>I want to use the Calendar Control to display a baseball game schedule.
>
[quoted text clipped - 20 lines]
>
>Tony