Does CR have a NZ Function similar to Access where I can say if a field is a 0 I want to put an empty space.
This is the code I am using:
If{PRTH.EarnCode} = 115 Then {PRTH.Hours} Else 0
Which gives me this:
http://www.liberty1st.org/images_hm/cr1.jpg
I want to get this:
http://www.liberty1st.org/images_hm/cr2.jpg
