roxannep
Technical User
- Jun 20, 2000
- 69
Situation: Currently have a form that user inputs inventory item data in unbound boxes, including one indicating how many times to duplicate the item. These items are sold singlely in various locations at various times and must be tracked individually with their own unique identifier. To expediate data entry, the form also requests how many of these records to create. The user enters the variable, and the code then makes X number of identical records with the exception of the identifier it automatically adds. This identifier is different from the auto record number.
The user then needs to know the starting identifier and the ending identifier. We want a window to come up stating something like:
"The 15 records you just added are file nos.
B1156 through B1171."
What is the best way to code this or have this happen before the user moves on to the next item to enter?
The user then needs to know the starting identifier and the ending identifier. We want a window to come up stating something like:
"The 15 records you just added are file nos.
B1156 through B1171."
What is the best way to code this or have this happen before the user moves on to the next item to enter?