L
Laurie
need help with the syntax for an update query to update a blank field named
PayCode (created because of the way the source financials are) in my access
table with the value of the source financials field (there are 6 paycode
fields tied to each of their reserve buckets) if the source paycode field
is not null.
Example
Paycode paycodea paycodeb paycodec paycoded
if paycodea is not null (values are 1-999), update the value in paycodea to
paycode field.
PayCode (created because of the way the source financials are) in my access
table with the value of the source financials field (there are 6 paycode
fields tied to each of their reserve buckets) if the source paycode field
is not null.
Example
Paycode paycodea paycodeb paycodec paycoded
if paycodea is not null (values are 1-999), update the value in paycodea to
paycode field.