lala
03-20-2002, 07:43 AM
I have to make a report that will display what numbers haven't been used in the ID field.
I have a field, JournalEntryID, that is not autonumber and is filled in by a user. I have to make a report for him that will show him all numbers that he forgot to use. For example, if he has JournalEntryID's 1,3,4,5,8,9 - the report will show 2,6,7.
How can I do that?
I have a field, JournalEntryID, that is not autonumber and is filled in by a user. I have to make a report for him that will show him all numbers that he forgot to use. For example, if he has JournalEntryID's 1,3,4,5,8,9 - the report will show 2,6,7.
How can I do that?