L
Larry G.
So I have a calculated field in an query that looks like this:
Product Thickness: [Depth To Water]-[Depth To Product]
If the value of that calculation is a null value (if [Depth to Product]
contains a null value) I want the field to be 0.0, can I write an if
statement in the expression? Or do I need to do it somewhere in VBA?
Thanks for the help gang!
Product Thickness: [Depth To Water]-[Depth To Product]
If the value of that calculation is a null value (if [Depth to Product]
contains a null value) I want the field to be 0.0, can I write an if
statement in the expression? Or do I need to do it somewhere in VBA?
Thanks for the help gang!