Jump to content

ID# that can be replaced if record deleted


This topic is 7347 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Probably don't make sense but I need an ID# that goes up in increments of 1 and is issued to a new record when created. I tried the Serial number thing in the define fields menu but if a record is deleted that number is not replaced. The ID format is PE1, PE2, PE3, etc.

thx

Link to comment
Share on other sites

The easiest way is to not delete the record, but empty it out and mark it for recycling. Then script the New Record process to only create new records if there are no records for recycling.

Alternatively create another file that contains the list of deleted ID numbers and recycle these. But be careful, most methods can come unstuck in a multi-user environment.

Link to comment
Share on other sites

This topic is 7347 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.