This is a discussion on Appointment - Event - Holiday Planner Database within the Access Database Samples forums, part of the Microsoft Access category; Holiday – Appointment – Meeting – Database Sections Covered. Holidays Holiday Half Days Bereavement Sick Days Meetings Reports Appointments Holiday ...
| |||||||
|
#1
| ||||
| ||||
| Holiday – Appointment – Meeting – Database Sections Covered.
Reports
The db is primarily for recording holidays, so in order to enter data the employee must exist in the Employee Data Form, but also exist for the Current Year. In my opinion this was the most logical approach to calculate entitlements correctly and only return data for the specific year on the main form. This is also a benefit as the db will not return staff who may have left the company in previous years. This does not effect the calendar as all entries can be returned regardless of the year. ****IMPORTANT**** There is a issue with the original coding in regards to the Calendar and i’m not much in the mood to try and reinvent the wheel on this, See Below Private Sub PopulateCalendar() 'strFirstOfMonth = Str(intMonth) & "/1/" & Str(intYear) 'Use above for non european standards, and comment out duplicate line strFirstOfMonth = "1/" & Str(intMonth) & Str(intYear)
__________________ If i helped you, make me famous by clicking the ![]() Last edited by AOG123; February 9th, 2009 at 08:02 AM. |
|
#2
| ||||
| ||||
| I have made important additions and changes to this sample ,. once i'm done i will upload a new copy. <watch this space>
__________________ If i helped you, make me famous by clicking the ![]() |
|
#3
| |||
| |||
| Hi AOG.... Thanks very much for your help with my Stamps Database...I have been browsing the developerbarn and have found it very informative and interesting, personally I won't be able to help anyone as I am a newbie, but have made an small contribution to help with the expenses in running the board... Keep up the good work Carenas |
| The Following User Says Thank You to Carenas For This Useful Post: | ||
hamandi (January 28th, 2009) | ||
|
#4
| ||||
| ||||
| Db is now working, Read post 1 carefully if you have any problems.
__________________ If i helped you, make me famous by clicking the ![]() |
![]() |
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [VBA] VBA Code on an On Click Event Procedure | CushingMT | Microsoft Access | 5 | December 18th, 2008 08:05 AM |
| On onchange event hide blank frame | guddu | JavaScript Programming | 3 | September 8th, 2008 09:14 AM |
| Grouping buttons to one event | Shem | .Net Development | 8 | July 17th, 2008 06:53 AM |
| adding an event for my btnDelete in repeater | Shem | .Net Development | 13 | July 15th, 2008 09:33 AM |
| addLoadListener - adding onload event in generic way | Shadow Wizard | JavaScript Code Samples | 0 | July 13th, 2008 01:20 PM |