Problem using updated fields in update expressions

  • Thread starter Thread starter Nik
  • Start date Start date
N

Nik

Probably being very dense but...

If I update a database table field in an "update" action
query, how do I then use the updated value of this field
in another "update to" expression in the same query?

At the moment I'm only getting the "before update" value
of the first field being used in the update expression of
the second one.
 
Nik said:
Probably being very dense but...

If I update a database table field in an "update" action
query, how do I then use the updated value of this field
in another "update to" expression in the same query?

At the moment I'm only getting the "before update" value
of the first field being used in the update expression of
the second one.

You could try creating a variable and use the variable in both Update
queries....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top