strantheman
Programmer
My report contains multiple results. I want to perform a command after each result is displayed, row by row. Is there somewhere I can put a command like this?
Example...
Row 1: myList = myList & "," & newItem
Row 2: myList = myList & "," & newItem
Row 3: myList = myList & "," & newItem
At the end id have a list.
Can anyone suggest somewhere to start? Thanks in advance, i plan to use this for all sorts of things.
Example...
Row 1: myList = myList & "," & newItem
Row 2: myList = myList & "," & newItem
Row 3: myList = myList & "," & newItem
At the end id have a list.
Can anyone suggest somewhere to start? Thanks in advance, i plan to use this for all sorts of things.