M
mobo
Hi, I have a query which calculates for every record in the Payments table a
LastIssueDate and a NextOrderDate. This is done using for each of the date
fields the DateAdd function based on a FirstIssueDate. I can produce a report
based on this query but wish to do so by filtering the NextOrderDate with a
user input for Start and End dates. I assume I need some sort of Report run
time parameter based on the query and as a start to solving this problem used
the Between function in the criteria of the NextOrderDate field of the query.
Although the user can input the required dates they have no effect on the
query output. I would appreciate any advice to resolve this issue. Thanks
LastIssueDate and a NextOrderDate. This is done using for each of the date
fields the DateAdd function based on a FirstIssueDate. I can produce a report
based on this query but wish to do so by filtering the NextOrderDate with a
user input for Start and End dates. I assume I need some sort of Report run
time parameter based on the query and as a start to solving this problem used
the Between function in the criteria of the NextOrderDate field of the query.
Although the user can input the required dates they have no effect on the
query output. I would appreciate any advice to resolve this issue. Thanks