T
Tom Ventouris
I have a TexxBox on a report which returns an event date or, if no date,
returns "Pending".
I have called the TextBox "txtEvent".
=IIf([EventDate] Is Null,"Pending",[EventDate])
No Problem here.
Now I want to count the "Pending"
=DCount("[txtEvent]","MyReportName","[txtEvent] ='Pending'")
This returns "Error"
Any suggestions? Thanks in advance.
returns "Pending".
I have called the TextBox "txtEvent".
=IIf([EventDate] Is Null,"Pending",[EventDate])
No Problem here.
Now I want to count the "Pending"
=DCount("[txtEvent]","MyReportName","[txtEvent] ='Pending'")
This returns "Error"
Any suggestions? Thanks in advance.