aclockworkgod
New member
- Local time
- Yesterday, 19:36
- Joined
- Sep 12, 2019
- Messages
- 5
Hello all! This is my first post and I want to preface this with noting that I am new to coding in VBA. With that said... I need some help.
I am looking to create a sequential number generator/form field that:
1. Has a range (ex. 100-300)
2. Identifies if the number has already been used based on a table
3. Spits out the next record
4. Does not create a duplicate record on the table
5. Resets the range to be used for the next day
I have the format of the record structure I need to be recorded on the table. The only trouble I am having is figuring out a way to get a useful sequential number generator that references the last record to create the new record based on the next available number in the range.
Note: This will be a multi-user data input database, so the potential for many users to be in the database at one time is likely.
It may be asking a lot of Access 2016, but I hope you all will be able to assist. Thanks!
I am looking to create a sequential number generator/form field that:
1. Has a range (ex. 100-300)
2. Identifies if the number has already been used based on a table
3. Spits out the next record
4. Does not create a duplicate record on the table
5. Resets the range to be used for the next day
I have the format of the record structure I need to be recorded on the table. The only trouble I am having is figuring out a way to get a useful sequential number generator that references the last record to create the new record based on the next available number in the range.
Note: This will be a multi-user data input database, so the potential for many users to be in the database at one time is likely.
It may be asking a lot of Access 2016, but I hope you all will be able to assist. Thanks!