Posted by Zorro on 03/26/06 05:18
Yes, you are correct. After the post, I know the value (ex : H ) and I need
the text also. Then I do a SELECT col2 FROM myTable WHERE COL1 = 'H'
I wanted to avoid doing this query by passing both the value and the text
through the post.
Denis
"rlee0001" <robeddielee@hotmail.com> a ιcrit dans le message de news:
1143288409.220675.136750@g10g2000cwb.googlegroups.com...
> Let me make sure I understand the problem correctly.
>
> Your table in your database looks like this?:
>
> COL1 COL2
> H Hello
> G Good-Bye
>
> And you are using Col1 (H or G) as a key into the table and you want to
> know how to read the other columns from the table when the form is
> submitted? Is that correct?
>
> -Robert
>
[Back to original message]
|