Hi Bruce, Thank you for your helpful response. In the end, it turned out that I only needed to supply today's date for the where clause; somehow, the user id is superfluous. That surprises me, because when I try to list all entries made by a single user, I do need the user Id as an argument. Odd, bu...