Results 1 to 3 of 3
  1. #1
    Ceichhorn is offline Novice
    Windows 10 Access 2010 64bit
    Join Date
    Feb 2017
    Posts
    23

    How to reformat annual wages as hourly wages

    Hi all,



    Hopefully a simple question: is there a way to convert annual or monthly wages in to hourly wages if I have the Annual Wage and Hours worked per week? I can brute force this if necessary, just hoping there is some sort of built in function.

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    in a query make a new field to divide:
    HrRate: [annualRate]/365

  3. #3
    JoeM is offline VIP
    Windows 7 32bit Access 2007
    Join Date
    Jun 2012
    Posts
    3,904
    in a query make a new field to divide:
    HrRate: [annualRate]/365
    Seems to me that would return a Daily rate, not an hourly rate (since you are dividing the annual wages by the number of days in a year).

    If you had an Annual Wage and Hours worked per week, if you assume a 52 week work-year, then your hourly wage would look like:
    Code:
    HourlyRate: [Annual Wage]/([Hours worked per week]*52)

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

Similar Threads

  1. How to reformat phone numbers in a query
    By lylyming977 in forum Queries
    Replies: 4
    Last Post: 03-27-2015, 04:37 PM
  2. Need a Tutor in my area - pay hourly
    By allavald in forum General Chat
    Replies: 1
    Last Post: 09-23-2014, 10:50 AM
  3. fill a table with a sequence of hourly dates
    By maxbre in forum Programming
    Replies: 2
    Last Post: 04-16-2014, 01:36 AM
  4. Calculating Net Pay for Salary & Hourly Employees
    By brbrooks73 in forum Queries
    Replies: 2
    Last Post: 08-16-2011, 12:15 PM
  5. Count how many records hourly?
    By shootnow in forum Queries
    Replies: 1
    Last Post: 08-02-2011, 06:59 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