Access - DLookup in a table field? -
for exercise have 2 tables.
table a: employee record
, table b: timesheet record
.
timesheet record
tells me employee has entered how many hours job, other unimportant information.
what need know how can bill client hours on entry?
i have hourly rate set in employee record
- however, i'm not entirely sure how pull information across. in perfect world, i'd dlookup
cell (putting "hourly rate" alongside "hours" in single entry), final calculated cell multiply two.
alternatively calculated cell "hours" in timesheet record
, multiplied "hourly rate" in employee record
, i'm not sure how limit result specific employee of record in timesheet record
.
any appreciated.
ps: using access 2010.
create select query join tablea.id on tableb.employeeid, group by tablea.id , tableb.projectid, , sum tableb.hours billinghours.
this billinghours multiply hourlyrate billingamount.
Comments
Post a Comment