I would like to increment a value into a field without using autoincrement in VPF or how to do it in SQL code, both sets of gave me two good options, but I would like to know how to do it without using either of those procedures. I am thinking it is possible through creating a record validation on the field or an expression. Also, I like to know how to close a database while adding in a record so that if two users are adding in a new record they do no lock the table or have duplicate records. I would really appreciate any help I can get, even if it is just pointing me into the direction to find more about what I would like to do with the databases.