Sorry about that - Missed that post all together. Those did remove the error, but did not assign the data. But your suggested syntax got me thinking about the language Kix was written in and I switched the syntax of the object command from $rs_Software("Name") = $objInvt.Name to $rs_Software!Name = $objInvt.Name and the database updated perfectly. Thanks