Warning, extreme newbie here - plain English required! I have an sql database that auto-populates a primary key field in a table and increments by 1 - it works fine when entering data directly into the table. As I am trying to create a form for an application - I would like for the primary key to be a read only id that is filled out in the form when it loads, no user input needed. But when adding data through the form it asks for an entry since it is not a 'null' field. Right now I have the "id" control as a read-only text box. Thanks for any help.