Results 1 to 5 of 5
  1. #1
    visitnag is offline Novice
    Windows 11 Access 2021
    Join Date
    Dec 2022
    Posts
    17

    Payroll database creation

    Hi

    We are having more than 20 types payments(remuneration) to our employees. Depending on the designation of the employee
    the remuneration will change. The types of deductions from the salary also around 50. Each type of payment/deductions has
    a 4 digit numeric code.

    A sample is as follows:

    Employee Name :
    ID :
    Designation:
    Salary Month :

    Payments:

    Basic
    DA
    Spl Allowance
    Tech Allowance
    area allowance
    Hill allowance
    Medical Benefit


    ...
    ...

    Deductions:

    PF
    IT
    Insurance
    Festival EMI
    Vehicle EMI
    ...
    ...

    I have joined different employees salary excel sheets using Ablebits into a single sheet.
    I have tried to create a table(70 fields) using the above sheet, but the access is not letting to change the data types by saying 'No of Fields exceeded'


    Can anybody guide me how to create a payroll prog with multiple types of payments and deductions

    Thank you.

  2. #2
    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,870
    Excel (spreadsheet) and Access(RAD/Database) are very different. Database is based on different concepts.
    Research/Review Database Normalization, Business Rules and Data Model.
    Review this short article "stump the Model" for an overview of checking your design.
    There are several articles/tutorials in various formats in the Database Planning and Design link in my signature.
    See this Data Modeling 101 by George Hepworth for insight.

    Joining several sheets into one seems a start in the wrong direction, but you know your environment, requirements better than any reader.

    Here's a link (via Google search) to a payroll data model that may be helpful.
    And another from M$oft (may be overkill for learning the basics)

    Good luck.
    Last edited by orange; 01-01-2023 at 08:03 AM. Reason: added another link

  3. #3
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    6,574
    Tables are long and narrow, not wide and short.
    Each item belongs in it's own table with links to other tables.

    So a payroll will consist of multiple records, some for income and some for deductions. Each will be identified by employeeID, date etc?
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  4. #4
    visitnag is offline Novice
    Windows 11 Access 2021
    Join Date
    Dec 2022
    Posts
    17
    Thank you very much.
    So far I am doing the salary database management in excel for my personal use.
    I wanted to do it in Access.


    Quote Originally Posted by orange View Post
    Excel (spreadsheet) and Access(RAD/Database) are very different. Database is based on different concepts.
    Research/Review Database Normalization, Business Rules and Data Model.
    Review this short article "stump the Model" for an overview of checking your design.
    There are several articles/tutorials in various formats in the Database Planning and Design link in my signature.
    See this Data Modeling 101 by George Hepworth for insight.

    Joining several sheets into one seems a start in the wrong direction, but you know your environment, requirements better than any reader.

    Here's a link (via Google search) to a payroll data model that may be helpful
    And another from M$oft (may be overkill for learning the basics)

    Good luck.

  5. #5
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,652
    Post 4 was moderated, I'm posting to trigger email notifications.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

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

Similar Threads

  1. First Database Creation
    By WCoaster in forum Database Design
    Replies: 5
    Last Post: 05-16-2017, 01:20 PM
  2. Creating payroll database
    By teamde78 in forum Queries
    Replies: 3
    Last Post: 04-27-2015, 05:38 PM
  3. Help with Designing Payroll Database
    By bgwool in forum Access
    Replies: 1
    Last Post: 04-04-2014, 03:53 PM
  4. database creation
    By rchris494 in forum Database Design
    Replies: 1
    Last Post: 10-26-2009, 07:37 AM
  5. Will Pay $$$ for help w/ database creation!
    By eyesbryte in forum Access
    Replies: 1
    Last Post: 07-03-2006, 01:56 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