Well, I know it seems odd, but I am in a situation where I inherited a DB that another wrote, and somewhat short-sightedly.<br>The database is for tracking shipments of freight, and the autonumber field is our Pro#, or in-house tracking number. I need then to stay in order for organizational reasons.<br>This DB is set up so that all the forms and reports live in one file, whose tables are linked to another file that has only tables in it. I am trying to replicate the latter, and post it on a web server so that I can have a web site that interacts with the data, ie updates it. The reason I want to replicate is that it seems to be the most straightforward way to synchronize the input from the web and the internal input that occurs daily.<br>I determined that my only option here was to make the autonumber field a number field and write code on the data entry form to get a new number, which will not create duplicates since the web site will ONLY update existing records, and not generate new ones...<br>As a matter of fact I was looking yesterday at the general discussion forum, but couldn't find it...if you know the syntax, i'll love you forever!