IIf in macro

R

ron

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?
 
K

Ken Snell \(MVP\)

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top