C
Chad
Hello, I have an update query that updates two table fields by 0.83 . One
called DT REGULAR and the other EMPLOYEE TIME. My question is that the query
works but I want to narow down the updates to only rows that have 7.17 for
the EMPLOYEE TIME. What would I use for the criteria? Thanks!!
UPDATE tblMain SET tblMain.[DT REGULAR] = [DT Regular]+0.83,
tblMain.[EMPLOYEE TIME] = [EMPLOYEE TIME]+0.83;
called DT REGULAR and the other EMPLOYEE TIME. My question is that the query
works but I want to narow down the updates to only rows that have 7.17 for
the EMPLOYEE TIME. What would I use for the criteria? Thanks!!
UPDATE tblMain SET tblMain.[DT REGULAR] = [DT Regular]+0.83,
tblMain.[EMPLOYEE TIME] = [EMPLOYEE TIME]+0.83;