Hi All, I hope you could help me.
I have a table that has several columns, but i need to search 12 of them for a value and return the entire row when true, then contuine searching the column and procede to the next column and repeat.
columns heeading
data1 data2 data3 ---- data14
I need to search columns data3 - data14
for a value of 409.01 or 409*
once found, i would like it to return the row and all its data.
i search 'looping through columns in a record set" but just didnt find what i needed.
I know I need to do "for each" loop statement but I just having a hard time getting it started.
thanks inadvance
I have a table that has several columns, but i need to search 12 of them for a value and return the entire row when true, then contuine searching the column and procede to the next column and repeat.
columns heeading
data1 data2 data3 ---- data14
I need to search columns data3 - data14
for a value of 409.01 or 409*
once found, i would like it to return the row and all its data.
i search 'looping through columns in a record set" but just didnt find what i needed.
I know I need to do "for each" loop statement but I just having a hard time getting it started.
thanks inadvance