objRec.Update updates all records in table

Visual Studio312
Hi All -



I am struggling with a simple objRec.Update procedure in my asp page.

I have a successful table look up which presents a form using vbscript

showing fields of a record within an Access table for updating.

However, when I click to submit the form to update a field [using] the

objRec.Update command all records in the table are overwritten

entirely with the updated record. If I'm updating the first record it

works but if I choose any other record to update the write.asp program

used to write to the database updates all records including the first.



Any help would be greatly appreciated.



Thanks,



Joey


-