PDA

View Full Version : Comparing variables


Abd
03-27-2003, 04:11 PM
Hi All,

Pls does any one know how I can compare the value entered at client side in a text box with the value in a RecordSet variable from a Database using (NOT EQUAL TO).

Thanks
Abd

Spudhead
03-27-2003, 05:23 PM
I think we need to know a little more about what you're trying to do here. Are you building a SQL statement from your text box? As in:

SELECT * FROM table WHERE value <> 'string'

whammy
03-28-2003, 12:43 AM
What spudhead said (Hey, that rhymes - going to compose a song now... j/k). :)