P
Pat
I'd like to use an update query in a chain of nested queries. Is this
possible? In this case the update query will not be updating a table, it
will be changing certain values from the preceding query before proceeding
with the next query in the chain.
My particular need is to substitute a dummy value (-9999) for all null
values in a final table which my query chain makes (the final query in the
chain is a make-table query which produces the table). I have to make this
substitution to several columns of the final table before exporting the table
for use in some other software. I would prefer to automate the substitution
procedure, especially since I may make changes to the query chain in the
future and don't want to have to re-do the substitution manually every time.
Related to this question, but a separate question: In one update query, can
you make changes to several fields based on different criteria for each field?
Thanks,
Patrick
possible? In this case the update query will not be updating a table, it
will be changing certain values from the preceding query before proceeding
with the next query in the chain.
My particular need is to substitute a dummy value (-9999) for all null
values in a final table which my query chain makes (the final query in the
chain is a make-table query which produces the table). I have to make this
substitution to several columns of the final table before exporting the table
for use in some other software. I would prefer to automate the substitution
procedure, especially since I may make changes to the query chain in the
future and don't want to have to re-do the substitution manually every time.
Related to this question, but a separate question: In one update query, can
you make changes to several fields based on different criteria for each field?
Thanks,
Patrick