C
Charles G via AccessMonster.com
Can I set my [Yes/No] check box in my Detail Section as such to only display
those records with a "No" statement?
I need to be able to count all the [Yes/No] records because of my =Count(*)
in my Report Header, but only want to display the "No" records in the Detail.
Report Header:
Lbl Number of PSC Tickets: =Count(*)
Lbl Cleared In 1 Day: =Sum(Abs([#OfDaysToClear]))
Lbl More Than 1 Day to Clear: =Sum(Abs([#OfDaysToClear]+1))
Page Header:
[Date of PSC] [PSC #] [Amount] [Error Type] [Date Cleared] [Cleared in 1
Day]
Detail:
[DateRcd] [PSC #] [Amount] [Error Type] [DateCld]
[Yes/No]
-Charles-
those records with a "No" statement?
I need to be able to count all the [Yes/No] records because of my =Count(*)
in my Report Header, but only want to display the "No" records in the Detail.
Report Header:
Lbl Number of PSC Tickets: =Count(*)
Lbl Cleared In 1 Day: =Sum(Abs([#OfDaysToClear]))
Lbl More Than 1 Day to Clear: =Sum(Abs([#OfDaysToClear]+1))
Page Header:
[Date of PSC] [PSC #] [Amount] [Error Type] [Date Cleared] [Cleared in 1
Day]
Detail:
[DateRcd] [PSC #] [Amount] [Error Type] [DateCld]
[Yes/No]
-Charles-