Results 1 to 5 of 5
  1. #1
    iunanih is offline Novice
    Windows 10 Office 365
    Join Date
    Feb 2022
    Posts
    1

    ACCESS project

    Good morning everyone,




    I’m writing this message as a last resort... I have to do a project on access but I can’t, I’ve watched hundreds of videos on Youtube and that little things work..
    My project: it allows to manage flights, pilots, steward and consumption.


    What I do not get is all that is employee management: put a bonus according to the number of flights and seniority and display it in a form according to the chosen month (I have flights for December and January).


    That’s if someone could help me you would save my year of study!
    Thank you in advance and have a good day!
    Attached Files Attached Files

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,931
    Need to explain what defines 'bonus'. How many flights and what seniority deserves what level(s) of bonus - the formula you follow if calculated manually. Possibly need a point system.

    Unfortunately, I don't speak/read French so I probably won't be able help more.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    Join Date
    Jan 2021
    Location
    Missouri Ozarks, USA
    Posts
    19
    Hello iunanih: Access is a SQL relational database so, to get you started, the first thing you need to do is create tables. Minimally, you want one or more data tables and some look up tables. Try creating a table called tblFlights. Then create a couple of look up tables like tluStaff (which would include pilots and flight attendants) and tluPassengers. Then think about how these three tables would be related to each other. Once you have your tables and relationships, the project will be more clear.

  4. #4
    Join Date
    Jan 2021
    Location
    Missouri Ozarks, USA
    Posts
    19
    Number of flights and seniority would be properties of tluStaff.

  5. #5
    orange's Avatar
    orange is offline Moderator
    Windows 10 Office 365
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,726
    My project: it allows to manage flights, pilots, steward and consumption.
    Where/how do you identify pilots and stewards? Seniority calculation?
    What is a bonus and how is it calculated?
    Can you share documentation describing the projects requirements? We need info in order to help you.

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

Similar Threads

  1. Replies: 3
    Last Post: 05-17-2021, 03:34 AM
  2. Replies: 8
    Last Post: 01-07-2016, 01:07 PM
  3. Replies: 8
    Last Post: 07-16-2014, 12:51 PM
  4. Replies: 2
    Last Post: 04-07-2014, 10:01 AM
  5. Replies: 4
    Last Post: 12-14-2013, 06:20 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