I have a report called rptCarSheet based on a Query called qryCombinedCarA bsentee. In the report I have the following fields [AreaID], [Area], [Employee], [Hours], I would like to limit the fields to only show the value if the [AreaID] field is less then 10. The [AreaID] field is a Number field and the other fields are all properly related. I have tried the following but it doesn't work:
[Code] =IIf([AreaID]>10,[Area]) [Code]
(I also tried it in reverse incase I had it backwards but no luck)
Any Ideas
Thanks
Dan
[Code] =IIf([AreaID]>10,[Area]) [Code]
(I also tried it in reverse incase I had it backwards but no luck)
Any Ideas
Thanks
Dan
Comment