S
Sharon
I need to eliminate nulls in my tables in order to perform
calculations. I am currently creating a new column in my
queries and using the following type of query.
ExceptionSum: IIf(IsNull([ExcpSum]),0,[ExcpSum])
The problem is that it becomes cumberson when I have many
fields that require this procedure.
How can I use VB to perform this task for an entire table
instead of long-winded querries?
calculations. I am currently creating a new column in my
queries and using the following type of query.
ExceptionSum: IIf(IsNull([ExcpSum]),0,[ExcpSum])
The problem is that it becomes cumberson when I have many
fields that require this procedure.
How can I use VB to perform this task for an entire table
instead of long-winded querries?