I have a table called "AssetNumbers" and will be given a batch of about 10-20 of these numbers at a time from Accounting (they are not in any sequential order and I never know what I will be getting). When the user selects "get new Asset Number" from the menu, I want it to automatically select the next available Asset Number from my table and fill that in on the Add form which will then be used to complete the details for that Asset. This will not be a primary key as there can be many records that use this same Asset Number after it has initially been set up. Once that Asset Number has been used I want it to be available only for updates (via another form). The next time "get new Asset Number" is selected I want the next available number and so on. I also would like some type of warning when I am getting close to the end of available numbers in the table so I can request another set. (not critical though as I will be monitoring it frequently anyway).
Any ideas would be appreciated!
Thanks,
Toni
Any ideas would be appreciated!
Thanks,
Toni