roxannep
Technical User
- Jun 20, 2000
- 69
I need to have a message box come up showing the contents of one of the fields in the table based on the most current items entered. The user sometimes must enter 25 identical records except that each one must have a different file number (example: inventory but each item is given it's own identifier). I have it set up so the user can enter all the data in unbound boxes, select how many copies of this record to create, then the database copies those to the inventory table and adds the unique identifier to each record.
The user now needs to see the first identifier and the last identifier of the records that were just added to the inventory table.
So the message box would read something like:
"You have just added 25 new records beginning with file no. B1150 and ending with B1174."
I know how to bring up a message box. I don't know how to grab those beginning and ending file nos. based on the number of records they just created. I do have a timestamp field in the table if that helps.
The user now needs to see the first identifier and the last identifier of the records that were just added to the inventory table.
So the message box would read something like:
"You have just added 25 new records beginning with file no. B1150 and ending with B1174."
I know how to bring up a message box. I don't know how to grab those beginning and ending file nos. based on the number of records they just created. I do have a timestamp field in the table if that helps.