im trying to automatically generate numbers for a primary key but i want to start at like 130000, and make it auto add one every time a new record is created. and use that number as the default value in the primary key field.
im confuesed as to how to apply it do i put it in a query or VBA,
Dmin ("Column Name", "Table Name", Min Value) how do i apply this method?