I maintain an MSAccess table that holds records for the next sequential number for a variety of items. There is not a record for each item, just the next number to be issued for each item type. I don't want to lock the table, so I added a long integer column that holds a random number. When a...