|
Karen,
Create a tracking table. In your form, on exit from the
autonumbered field, capture the number and maybe the user name, datetime,
etc.
Then you can match this table with your table to print some
statistics about missing numbers and see if the guilty party does this
consistently. At least you can account for it.
Bernie Lis
David: That's what I was thinking. That I could autonumber the column to start with 9999999 and then have the trigger calculate the max number that's less than 999999, add one to it, then update the table and set a variable to the number. Couldn't use the '0' for an autonumber because it would start incrementing it and you would eventually get a used number even if you don't start with single digit ids. Dennis: Your comments are also relevant. Do you think the idea above would work? >Could you autoassign the value 0 or a very high number like 999999999 and then use your after trigger to update the row? >David Karen |
- [RBASE-L] - Re: [RBASE-L] An autonumber trigger? KarenTellef
- [RBASE-L] - Re: [RBASE-L] An autonumber trigger? Emmitt Dove
- [RBASE-L] - Re: [RBASE-L] An autonumber trigger? Bernard Lis
- [RBASE-L] - Re: [RBASE-L] An autonumber trigger? KarenTellef
- [RBASE-L] - Re: [RBASE-L] An autonumber trigger? Emmitt Dove

