I'm using VB 2005 with a SQL Server 2000. I have an application that is working well but it currently allows users to edit existing records (which we don’t want). In MS Access you could just set the "Allow Edits" property to false, but that’s not an option in VB with SQL. Does anyone know how I can lock down each record after it is added so it cannot be modified?