I am not sure if this is the best way to go about it however, I need to create a report that will look up a check number from 10 different fields and print the field(s) that matches and the amount of the check (this is a seperate field). Eg. there are 10 fields for each month of the year:
janck
febck
marck
aprck etc..
I need to find checknumber(a parameter field) 5007 which might appear in any of all of the fields above.
Do I build an array? what is teh best way to do a lookup of all these fields to get the result?
Thanks in advance for your help. I am new to this function and having great difficult because of the data was setup in the database.
janck
febck
marck
aprck etc..
I need to find checknumber(a parameter field) 5007 which might appear in any of all of the fields above.
Do I build an array? what is teh best way to do a lookup of all these fields to get the result?
Thanks in advance for your help. I am new to this function and having great difficult because of the data was setup in the database.