Query Manager- filtering on payments with today's date
I have a query that currently lists all payments- date created, payment date. I would like to run the report today and only have those payments pull when payment date = today's date but I'm struggling on how to make that expression.
Ex. if payment date = 9/4/2024 then because today is 9/4 then payment detail will appear in report
if payment date = 9/30/2024 & today's date is 9/4 then payment detail would not pull into report.