ok... got it... It was inserting the quotes into the values I was updating, and the select wasn't looking for the inserted quotes

 Code:
$rs.fields.item("wksta").value  = @wksta
$rs.fields.item("Model").value  = "PC Model"
$rs.fields.item("IPAddr").value = @ipaddress0
$rs.fields.item("UserID").value = @userid
_________________________
How to ask questions the smart way <-----------> Before you ask