S
Steve s.
I need to update two fields in a table. The second field
is updated (or not) based on the new updated value of the
first field. Can I do this? So far the only way I can
get it to work is to create a second update query to run
after the first is complete. If I try to update both
fields in the same pass I get an error that access can
not recognize the updated first field name in the second
update function.
Steve
is updated (or not) based on the new updated value of the
first field. Can I do this? So far the only way I can
get it to work is to create a second update query to run
after the first is complete. If I try to update both
fields in the same pass I get an error that access can
not recognize the updated first field name in the second
update function.
Steve