Leave form displaying newly saved record

I have a table with a field COUNTID which is primary key/autoinc. Of course that value is not triggered until the record is inserted and it is saved with the correct value. I want my form to STAY on that record that was just inserted and to now display the new COUNTID with the rest of the record. Any way to pull this off? This record never will be updated. It is a one-time hit.