L
Lori
I am trying to create a simple update query and for some reason I can't get
it to do anything!!!
I am using Office 2003.
Okay, I'm dealing with a total of 3 tables.
The Timesheet Hours table is completed by Individuals entering in time on a
timesheet form. In an employee table I have billing rates. The Jobsite table
has budgets for salaries and right now an empty field called "Salaries
Billed".
I have a query that calculates the number of hours billed to a specific job
multiplied by the billing rate. I've created a second query (because access
kept giving me an error when I tried to use an expression) that provides the
Job # and the Total Billed. Now, my update query pulls in the "Salaries
Billed" field from the Jobsite Table and is supposed to "Update To" Total
Billed but it either gives me a message stating that my query needs to be
updateable or it give me nothing. What am I doing wrong?
I've posted the sql but as you can see its very simple.
UPDATE Jobsites SET Jobsites.[Salaries Billed] = [qrySalaryTotals]![Bill];
HELP!!
it to do anything!!!
I am using Office 2003.
Okay, I'm dealing with a total of 3 tables.
The Timesheet Hours table is completed by Individuals entering in time on a
timesheet form. In an employee table I have billing rates. The Jobsite table
has budgets for salaries and right now an empty field called "Salaries
Billed".
I have a query that calculates the number of hours billed to a specific job
multiplied by the billing rate. I've created a second query (because access
kept giving me an error when I tried to use an expression) that provides the
Job # and the Total Billed. Now, my update query pulls in the "Salaries
Billed" field from the Jobsite Table and is supposed to "Update To" Total
Billed but it either gives me a message stating that my query needs to be
updateable or it give me nothing. What am I doing wrong?
I've posted the sql but as you can see its very simple.
UPDATE Jobsites SET Jobsites.[Salaries Billed] = [qrySalaryTotals]![Bill];
HELP!!