I'm working with a table that has an auto-incrementing primary key field. Initially, I want to be able to programmatically set the primary key field and then when I'm done initializing the table and the regular work begins the primary key field should start incrementing beginning at the largest value entered + 1. Is this possible? Is there any way to manually enter data into an auto-incrementing field? Thanks.