ChuckCasey
MIS
I created a database for submitting service requests. The request form is filled out by the requestor and submitted, then finance updates the record as needed. When the service is completed, finance closes the ticket by choosing "Completed" from a drop down box. At any time during the process the request can be voided. The records are autonumbered. The problem I'm having is that when finance reports on all of the completed records, the numbering sequence must be sequential. (This is some government requirement for whatever they're doing). This doesn't happen because of the voided records. I'm thinking I can create another field that would populate when the Completed option is chosen, but I can't figure out how to make it increment from the last completed record, which may or may not be the previous record. I hope this makes sense and that someone can help me out. Many thanks.