IIf in macro

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Running SetValue macro. In expressions, I have an IIf statment IIf([CCA PSV
(Right)]>0,[ICA PSV (Right)]/[CCA PSV (Right)],"N/A"). The "N/A" does not
print when the field [CCA PSV (Right)] is not greater than 0. Any suggestions?
 
What is the target control for the SetValue action? Is it bound to a field
in the form's RecordSource? If yes, what is the datatype of that field? What
datatype is [CCA PSV (Right)]? When you think it's not greater than zero,
what value does it have at that time?
 
Back
Top