This topic is locked

overwrite existing records

11/17/2005 6:55:28 PM
ASPRunnerPro General questions
author

I just want to first say ASP runner is a awesome program and has saved me so much time. Everyone loves the tables I can create with it. However I have a question regarding adding data. I am using a access database and my keyfield is say "SerialNumber" So the "SerialNumber" field can only have unique values and dulplicates are not allowed. However I was wondering if there was a way I scan in a "SerialNumber" that is already in the database but have ASPRunner overwrite the old record and replace it with the new one? Is this possible? Thanks ahead of time.
Steve

Sergey Kornilov admin 11/22/2005

Steve,
just set field type of SerialNumber field to "Autonumber" in MS Access and rebuild ASP pages. This is it.