I have a field named ClientID as my Primary Key. It is an AutoNumber Field. I reset Access's Autonumber by creating a table named number. It has one field and one record- a Number field with the data entry 200401. I then created an append query named numberquery based on this table and appended the number to my clientid Primary Key in my clientInfo Table. This caused my clientID numbers to begin with the number 200401. It works great but I have a problem with my form for this table. When I open the form(I use docmd.openform "frmclientinfo" ,,,,formadd) the form will not automatically add the new number in the clientid field until I tab to another field and enter data in that field. It doesnt matter which field but until data is entered in another field the form will not add the new record number in the clientid field. How do I fix it so when the new record opens the new record number is added first? (Its not the Tab order. I checked.)