I have a table that contains a list of employees and their working hours by month. At the end of each month a new column gets added. I would like to have a query update all the null values in the table without having to list each individual column name, since these will change.
I can't do it in previous steps because a crosstab pulls the data and a Nz function doesn't work. Off the crosstab, I create a make table. In that table I made is where I need to reset the nulls to 0's. Help!
I can't do it in previous steps because a crosstab pulls the data and a Nz function doesn't work. Off the crosstab, I create a make table. In that table I made is where I need to reset the nulls to 0's. Help!