I set up a query originally to run by entering a employee name and a date range. I recently added another parameter to run it by employee id. I put that on the or line. Problem is that runs the query by the id field itself. I need to have it so I run it either:
ID and date range
Name and date range
The query is used as a basis of a report that totals check amounts for the date range. I was told of openargs but I am having trouble finding some good code examples of how to implement a form in conjunction with the report I already have.
ID and date range
Name and date range
The query is used as a basis of a report that totals check amounts for the date range. I was told of openargs but I am having trouble finding some good code examples of how to implement a form in conjunction with the report I already have.