I don't think that will be a problem with this particular application. This application is just a tool to help the administrator with data management. For-what-its-worth: Here is the T-SQL script for the table I'm having trouble with. CREATE TABLE Tool_Dev.dbo.tblBindings ([BindingId] INT IDENTITY (1,1) PRIMARY KEY, [BindingCode] CHAR(4) NOT NULL, [Ordinal] INT NOT NULL, [BindingName] VARCHAR(50) NOT NULL) Thanks, Quecumber256