G
Guest
I am trying to write an expression like the one below:
Sum(IIf([ISSUETIME] Between 7:01:00 AM and 3:00:00 PM,[EXTENDEDCOST],""))
Unfortunately, it is not working. The reason I write the times like I do in
the statement above is because that is the way they are written in the column
of data I am querying. Does anybody out there know how to make this work?
Thanks.
Sum(IIf([ISSUETIME] Between 7:01:00 AM and 3:00:00 PM,[EXTENDEDCOST],""))
Unfortunately, it is not working. The reason I write the times like I do in
the statement above is because that is the way they are written in the column
of data I am querying. Does anybody out there know how to make this work?
Thanks.