kristyw
March 14th, 2005, 09:28 PM
In my report I am taking in a range (array) of integer values representing the payment types. However, in the header of the report I need to display the corresponding string values of these (I have linked the table containing this data to the view).
How do I iterate through the table to pull out and compare each of the rows with the input integers, thus creating a string of the corresponding payment types?
I know I could just input the payment types as strings but apparently this does not meet our requirements.
Thanks :)
How do I iterate through the table to pull out and compare each of the rows with the input integers, thus creating a string of the corresponding payment types?
I know I could just input the payment types as strings but apparently this does not meet our requirements.
Thanks :)