DaddyChris
Programmer
I have a report that looks at a table called Containers.
I would like to pass in a parameter string containing all the ID's of the containers that I want to work with.
1) After getting the ID's from the string using split(), how can I retrieve the records of those ID's?
2) Once I have the records, I need to group them by the depots that they will be going to. Do you have any tips on doing this?
I would like to pass in a parameter string containing all the ID's of the containers that I want to work with.
1) After getting the ID's from the string using split(), how can I retrieve the records of those ID's?
2) Once I have the records, I need to group them by the depots that they will be going to. Do you have any tips on doing this?