WineSnob
Not Bright but TENACIOUS
- Local time
- Today, 08:37
- Joined
- Aug 9, 2010
- Messages
- 211
I am using a form to provide arguments to code to fill a table. How can I assign 0(zero) to a field where it is null else use the value in the field.
Here is the field I am trying to assign.
cDIOverB1 is the variable
![Desired Income Override] = IIf(cDIOverB1 = "", 0, cDIOverB1)
Here is the field I am trying to assign.
cDIOverB1 is the variable
![Desired Income Override] = IIf(cDIOverB1 = "", 0, cDIOverB1)