clientuser
Programmer
I have a report that has 3 fields that hold number data and these fields are in the detail section of a report..
Its been a while since I messed with Access so I need to know how fields can be hidden if they pull back a certain value.. In this case, if the value is 0 then I would like to hide that field......
I tried:
=IIf([TimeDif]=0,[TimeDif].[Visible]=False,[TimeDif].[Visible]=True)
but im not sure if the IIF can handle visible properties?
I also couldnt get any properties when I went to the detail section code to put things in to check.....
Any suggestions?
Its been a while since I messed with Access so I need to know how fields can be hidden if they pull back a certain value.. In this case, if the value is 0 then I would like to hide that field......
I tried:
=IIf([TimeDif]=0,[TimeDif].[Visible]=False,[TimeDif].[Visible]=True)
but im not sure if the IIF can handle visible properties?
I also couldnt get any properties when I went to the detail section code to put things in to check.....
Any suggestions?