salary

  • Thread starter Thread starter bob
  • Start date Start date
$30/year isn't much unless you only work an hour. How many hours do you
intend to work during the year? Also, does this have anything to do with MS
Access Queries?
 
starting a new job.
the starting salary is $30.000 a year ... what is the hourly rate?

Depends on how many hours you work. Do you usually ask other people to
do your homework for you? If so, you'll deservedly flunk.

John W. Vinson[MVP]
 
Wow, lots of cynics here :-).

If you have a table with a field for curSalary try making a query with a
calculated field that looks like this:

curHourly:[curSalary]/2080

where 2080 is 40 hours per week for 52 weeks.
 
Back
Top