I have one table that has general info such as the status of a Job--wheter it's an "Estimate" or wether it's "Booked". In this table there is one AutoNumber field set as Primary Key, named [EstimateNumber].
When the user changes the job status from "Estimate" to "Booked", I want a second autonumber, independant of the [EstimateNumber], to become available. Any suggestions?
When the user changes the job status from "Estimate" to "Booked", I want a second autonumber, independant of the [EstimateNumber], to become available. Any suggestions?