K
keri
I am currently creating a database to keep records of time worked
for drilling rigs in the oilfield industry. Here's the general idea:
I enter "timesheets" for each rig and need to total how many hours
Each rig worked for the month. I've created the table and form, but
I can't get it to total only one row. It adds all hours of all
records (running
total) instead of isolating one record.
My table:
1-31 represent days of the month.
Rig # Month Year 1 2 31 Total hrs
11 Dec 2003 8 8 10 48
88 Dec 2003 10 12 12 49
First and foremost, I need to know how to only get a total for rig 11
for days
1-31.
ie. Total hours worked is 48
The formula I used in the total hours worked field is
=Sum([1]+[2]+[3])..etc
Right now I get a running total of rig 11 and 88 in the total hours
worked field.
Ie. Total hours worked is 97 (48+49)
Thanks for all your help.
Keri
for drilling rigs in the oilfield industry. Here's the general idea:
I enter "timesheets" for each rig and need to total how many hours
Each rig worked for the month. I've created the table and form, but
I can't get it to total only one row. It adds all hours of all
records (running
total) instead of isolating one record.
My table:
1-31 represent days of the month.
Rig # Month Year 1 2 31 Total hrs
11 Dec 2003 8 8 10 48
88 Dec 2003 10 12 12 49
First and foremost, I need to know how to only get a total for rig 11
for days
1-31.
ie. Total hours worked is 48
The formula I used in the total hours worked field is
=Sum([1]+[2]+[3])..etc
Right now I get a running total of rig 11 and 88 in the total hours
worked field.
Ie. Total hours worked is 97 (48+49)
Thanks for all your help.
Keri