Q
QB
I don't know if this should be a vba question or if it can be done using a
simple query, but...
I need to go through a table (specific columns) and if they are null then
set the value to 0. I am hoping I can perform this action on all the
concerned columns in 1 query (I only seem to be able to do it by creating a
query for each column which is very cumbersome).
Table: HR
Columns to be checked: ProgHrsEst, ProgHrsAct, AssHrsEst, AssHrsAct,
TestHrsEst, TestHrsAct
Thank you for your guidance.
QB
simple query, but...
I need to go through a table (specific columns) and if they are null then
set the value to 0. I am hoping I can perform this action on all the
concerned columns in 1 query (I only seem to be able to do it by creating a
query for each column which is very cumbersome).
Table: HR
Columns to be checked: ProgHrsEst, ProgHrsAct, AssHrsEst, AssHrsAct,
TestHrsEst, TestHrsAct
Thank you for your guidance.
QB