I have a document number which appears on certain documents, in the format QM00156.
I know how to format the number like that, my problem is that I need a source of the 'base' number (156 in this case), to incement when I need it to.
My work-around is to append a record to a 'number' table, and then use a count of the records, or the Max of autonumber. But that doesn't seem reliable, and I am sure there must be an easier method.
How do I get an incrementable number?
Robert
I know how to format the number like that, my problem is that I need a source of the 'base' number (156 in this case), to incement when I need it to.
My work-around is to append a record to a 'number' table, and then use a count of the records, or the Max of autonumber. But that doesn't seem reliable, and I am sure there must be an easier method.
How do I get an incrementable number?
Robert