Access 2010
Access 2003
Seminars
Tips & Tricks
Access Forum
Course Index Insider Circle
 
Tutorials   News   Tips   Forums   Help   Logon   Order  
 
     
 
Tips & Tricks

New Tips Added Weekly!
Click here to get on our Mailing List

   

  Access   Excel   Word   Windows   FrontPage   Hardware   Misc

 

Calendar Control Addendum 2

Year/Month Buttons, Name of Month

This addendum video will show you how to add buttons to the top of the monthly calendar form so you can move between months and years without having to leave the form. You'll also see how to put the name of the current month and year on the top of the form. Finally, I'll show you how to make buttons to quickly jump between the top and bottom of the form if it's too tall to fit on one screen.

Here is a VIDEO TUTORIAL that will walk you through this topic in detail. Click on the link below.

There is also a supplemental copy of the database available on the Student Databases page for owners of the full Calendar Seminar. You will need your password for the class to open the database file.

ADDENDUM to the ADDENDUM ...

One of my very observant students pointed out that with this new code, when you move from month to month the greying-out of the days code is now broken. You can see this in the video if you look carefully. This is because we were only checking to see if the day needed to be set to gray but NOT setting it to WHITE otherwise... because we were only opening the form ONCE before to a single month, and white was the default color. So to fix this, just add this new code in the DatePickerF form's OpenCalendar sub:

If Month(Forms!MonthlyCalendarF(S1)) <> Month(Calendar) Then
    Forms!MonthlyCalendarF(S2).BackColor = &HD8D8D8
Else
    Forms!MonthlyCalendarF(S2).BackColor = &HFFFFFF

End If

The new code is in green. That should fix the problem. Now we're comparing the dates, and if the month is NOT the same, set it to grey... ELSE if it IS the same, set it to white.


 

You may want to read these articles from the 599CD News:

 

 
Learn
 
Microsoft Access
Microsoft Excel
Microsoft Word
Microsoft Windows
Microsoft PowerPoint
Adobe Photoshop
Visual Basic
Active Server Pages
Online Seminars
More...
Customers
 
Account Login
Online Theater
Downloads
Lost Password
WalkThru Tutorials
Free Upgrades
Insider Circle
Info
 
Latest News
New Releases
User Forums
Tips & Tricks
Search Our Site
Waiting List
Production Schedule
Help
 
Live Chat
Customer Support
Troubleshooting
FAQs
TechHelp
Consulting Services
About Us
 
Background
Testimonials
Jobs
Affiliate Program
Richard Rost
Order
 
Video Tutorials
Handbooks
MYOLP Memberships
Idiot's Guide to Excel
Volume Discounts
Payment Info
Shipping
Terms of Sale
Contact
 
Live Chat
General Contact Info
Support Policy
Contact Form
Email Us
Mailing Address
Phone Number
Fax Number
Course Survey
Try Us
 
Free Lessons
Online Theater
Mailing List
Course Indexes:   Microsoft Access   Microsoft Excel   Microsoft Word   Microsoft PowerPoint   Visual Basic (VB)   Photoshop   Active Server Pages (ASP)  
Keyword Search Cloud:   What's This?   courses   microsoft access tutorials   vlookup   access   cartesian   excel   dlookup   vba   attendance   access 2007   sql   windows 7   combo box   pivot table   visual basic   test   iif   word   calendar   query   conditional formatting   pivot tables   photoshop   hlookup   access 101   excel 202   excel 2007   student attendance   update query   my account   word 2007   append query   quickbooks   queries   dsum   reports   powerpoint   if   microsoft access   dmax   mail merge   relationships   ms access   access 2010   vb   dcount   subforms   excel 2003   handbooks   html   599cd   combobox   if function   security   microsoft word   after update  
Copyright 2012 by 599CD.com, All Rights Reserved