mechwarrior3
Well-known member
- Joined
- Dec 19, 2005
- Messages
- 67
- Programming Experience
- Beginner
Hello everyone,
Here is my problem: I have a primary key field in an Access table. This field keeps track of lot numbers for my company. However, sometimes, we lose the slips that tell the users the lot number. In this case, we need to put in some kind of default value for the lot number. However, it is the primary key field so there can not be duplicates. How do I create some way to put in some kind of default value (like 000000000) and then have it increment as each new missing lot number is added to the database?
Any suggestions are greatly appreciated. I know this is a bit of an odd question.
Here is my problem: I have a primary key field in an Access table. This field keeps track of lot numbers for my company. However, sometimes, we lose the slips that tell the users the lot number. In this case, we need to put in some kind of default value for the lot number. However, it is the primary key field so there can not be duplicates. How do I create some way to put in some kind of default value (like 000000000) and then have it increment as each new missing lot number is added to the database?
Any suggestions are greatly appreciated. I know this is a bit of an odd question.