<%UserID= "'" & Request.Form("UserID"
& "'"<br>name=Request.Form("name"
<br>%><br><br>SQL= "SELECT LNK_NM, LNK_DSPL FROM EPIC_LINK WHERE LNK_USER = " & UserID AND LNK_NM = " & name<br><br>Can someone please tell me what is wrong with this SQL statement. I am trying to update the LNK_NM and LNK_DSPL.<br>Thanks<br>