Results 1 to 6 of 6
  1. #1
    cap.zadi is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    May 2011
    Location
    KSA
    Posts
    481

    Work Week Calendar!


    Hi

    I need help to build up a simple calendar (no appointments) to assign working days to employees or Public holidays to all.

    Regards

  2. #2
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,412
    broad question, so a broad answer. Also, need to clarify why you need to identify public holidays if you are assigning workdays - just don't assign a workday on a public holiday.

    Suggest you need a table something like

    tblWorkCalendar
    CalPK autonumber
    CalDate Date
    EmployeeFK long


    For days that are public holidays, assign 0 to EmployeeFK - then you can have code that prevents an employee being assigned a public holiday as a workday

  3. #3
    cap.zadi is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    May 2011
    Location
    KSA
    Posts
    481
    Hi

    Thanks for ur broad feedback.

    Actually the purpose to assign the holidays like Sunday is day off here and some employees have Saturday too in routine and plus can have holidays which needed for the purpose to calculate the Over time.

    If the Employee worked from 07:00 - 19:00 ( 8 Regular Duty + 4 Hours OT) and on holiday it should be full as OT.

    Thanks

  4. #4
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,412
    not sure if you are asking a question - your original question was about assigning working days. Your last post is more about posting time actually spent

  5. #5
    cap.zadi is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    May 2011
    Location
    KSA
    Posts
    481
    Hello

    I am sorry if cant make you understanding as i am not professional like you.

    The purpose to explain about timings, etc to let you know why need to assign the work days or holidays to employees or group of employees.

    Any help is appreciated.

    regards

  6. #6
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,412
    in that case modify the table I suggested to something like


    tblWorkCalendar
    CalPK autonumber
    CalDate Date
    EmployeeFK long
    Assigned text? e.g. Work/Holiday/Sick

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 2
    Last Post: 04-14-2016, 06:30 PM
  2. Replies: 9
    Last Post: 06-19-2015, 03:37 PM
  3. Query help to summarize data by work week
    By saseymour in forum Queries
    Replies: 4
    Last Post: 07-18-2013, 07:29 AM
  4. Replies: 2
    Last Post: 04-23-2010, 01:31 AM
  5. Replies: 0
    Last Post: 09-27-2009, 02:14 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums