Update Query

B

Bruce Kyme

Newbie! Please help!
I have a table called "Raises" where I want to add "Start_Salary" and
several "Annual_Raise" columns to update a "Current_Salary" field in the
"Employee" table. The tables are linked by the employee# and the criteria
for the user would be to enter the "Employee #".
I've tried an expression to add the columns and I don't get any errors but
it always say 0 fields updated.
 
K

Ken Snell [MVP]

Post the SQL statement of the query that you've tried and isn't updating any
records.
 
Top