G
Guest
I have a table which has 3 fields - date, hours and job_id. This I call, with stunning originality "hours" I use it to record the number of hours I have worked on a job in a given day
I have a table, called job, which uses job_id as its primary key.
My problem is that I want a form to display the sum of the hours worked for a given job. But I can't work out how to tell Access that I want it to give me the total for this particular job. I have written a query which will give me the totals of hours worked for all the jobs, but I can't think of a way to get it to tell me specifically the hours for the present job I'm looking at.
Any ideas anyone?
I have a table, called job, which uses job_id as its primary key.
My problem is that I want a form to display the sum of the hours worked for a given job. But I can't work out how to tell Access that I want it to give me the total for this particular job. I have written a query which will give me the totals of hours worked for all the jobs, but I can't think of a way to get it to tell me specifically the hours for the present job I'm looking at.
Any ideas anyone?