A
Amp
Is it possible to pass arguments through a report filter using a ADO
Connection?
I typically see examples like this Filter = "Client Id = 1" but I want to
do something like Filter = "Order Number" and each time the code loops it
uses the order number of each record as the filter.
Here is the line of code I am getting errors with;
Reports("ORDERS REPORT").Filter = rst.Fields("Order Number").Value
Connection?
I typically see examples like this Filter = "Client Id = 1" but I want to
do something like Filter = "Order Number" and each time the code loops it
uses the order number of each record as the filter.
Here is the line of code I am getting errors with;
Reports("ORDERS REPORT").Filter = rst.Fields("Order Number").Value