Results 1 to 6 of 6
  1. #1
    steed281 is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2014
    Posts
    9

    Employee Schedule

    I want to migrate my current excel calendar into my Access Database.

    The database already has an Employee Table which contains all the Employees in my department.

    tblEmployees (Employee Number(PK))(Employee Name)(Title Title(linked to tblJobTitles))(E-Mail Address)(Work Cell)(Personal Number)(Hire Date)(Termination Date)

    I have a query that filters the Employees by position. One of the queries filters the employees by Field Staff.

    qryEmployees From tblEmployees(Termination Date Criteria = IS NULL)
    qryTechs from qryEmployees (Job Title Criteria = "Trainee" or "Installer" or "Lead Technician" or "Senior Technician")

    I want the calendar FORM to auto populate the names of all Current Field Staff on the left as seen in the spreadsheet. I want the dates and day to auto populate.

    I want the tasks cells to be a Combo Box that choses from an existing Project Table and I want it to allow multiple selections so I can assign multiple projects to a technician on any given day if required.

    tblProjects (Sales Order Number (PK)(Project Name)...........

    I don't want to have to run a report to view the information as a calendar. I realize I may have to do subforms to split the weeks.

    The first hurdle I am having it creating the table I need to store assigned tasks. I know I will need multiple relation tables. Any advice to start would be appreciated.



    Thank you.


    Click image for larger version. 

Name:	Calendar.png 
Views:	38 
Size:	225.6 KB 
ID:	15674

  2. #2
    burrina's Avatar
    burrina is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2012
    Location
    Freeport,Texas
    Posts
    1,383
    Is this something you have already built, the Calendar form I mean? They can be quite code intensive to setup. If I understand you correctly.
    If not then please explain a little more. You can quite easily import your excel data into Access, but from there you will need to design your other tables and link correctly.

  3. #3
    steed281 is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2014
    Posts
    9
    I do not have the form built yet. I started on the form but all I have so far is a basic form with two combo boxes selecting month and year. My goal is to have the Month and Year be selectable via combo (drop-down) and have the details change for that month. The form will most likely have to pull data from multiple queries. I think I will a query for each technician with the combo box filtering the query by the month and year chosen.

  4. #4
    burrina's Avatar
    burrina is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2012
    Location
    Freeport,Texas
    Posts
    1,383
    So, you have built a search form? If so then I guess you know to add the criteria in your qry?

  5. #5
    steed281 is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2014
    Posts
    9
    Yes. That is where I am stuck right now. I can't get the criteria to work correctly with the dropdowns.

  6. #6
    burrina's Avatar
    burrina is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2012
    Location
    Freeport,Texas
    Posts
    1,383
    Typically, once you have your search form in place as desired you also edit the query the combo is based on and enter the criteria.
    Example: cbocustomer as a combo box on your form. In your qry (Record source for the combo) you enter under Customer (Criteria) Forms!yourformname!cbocustomer

    HTH

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

Similar Threads

  1. Using access to schedule help
    By scoobz1234 in forum Access
    Replies: 11
    Last Post: 02-23-2018, 02:05 PM
  2. Schedule Report... maybe?
    By BusDriver3 in forum Reports
    Replies: 18
    Last Post: 01-08-2017, 04:05 PM
  3. Employee Schedule 5-2, 5-3
    By nycman in forum Access
    Replies: 3
    Last Post: 02-21-2014, 10:19 AM
  4. Replies: 8
    Last Post: 06-06-2012, 12:28 PM
  5. Flight schedule
    By t_g2 in forum Database Design
    Replies: 1
    Last Post: 01-20-2010, 01:13 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