AuburnDesigner
New member
- Local time
- Today, 10:09
- Joined
- Apr 2, 2009
- Messages
- 4
I am a Product designer and not very familiar with Access. I am completely out of my element when it comes to coding, but I am trying to create a Intelligent Part Number Structure. I understand that IPN's are not desired when creating a part number, but I do not have the option in this case, as everyone above me is adamant about an IPN system.
I have searched many topics and I found a DMax function, and thought that would give me what I needed , but It did not return the values I thought. My structure consist of 10 digits and the last 4 are a counter. The first 6 digits are all variables that control the last 4 digits.
Example:
99-10-09-0001
99-10-09-0002
90-10-09-0001
90-10-09-0002
90-11-09-0001
etc. But I will still need to continue with the first example If I ever return to that set. so it would cont.
99-10-09-0003
I have the following tables.
Master = WarrantyT
1st variable = ProdT
2nd Variable = YeT
My Form (WarrantyF) is intended to be "idiot proof" and only has selection options. This form currently fills in the form up to the last 4 digits, but I need advise or a direction to finalize the last 4 digits. There should only be one user on this DB at a time, so dual users will not be able to steal numbers like DMax.
Im sure I let something out, but I will answer any questions.
Thank you in advance for your time,
Adam
I have searched many topics and I found a DMax function, and thought that would give me what I needed , but It did not return the values I thought. My structure consist of 10 digits and the last 4 are a counter. The first 6 digits are all variables that control the last 4 digits.
Example:
99-10-09-0001
99-10-09-0002
90-10-09-0001
90-10-09-0002
90-11-09-0001
etc. But I will still need to continue with the first example If I ever return to that set. so it would cont.
99-10-09-0003
I have the following tables.
Master = WarrantyT
1st variable = ProdT
2nd Variable = YeT
My Form (WarrantyF) is intended to be "idiot proof" and only has selection options. This form currently fills in the form up to the last 4 digits, but I need advise or a direction to finalize the last 4 digits. There should only be one user on this DB at a time, so dual users will not be able to steal numbers like DMax.
Im sure I let something out, but I will answer any questions.

Thank you in advance for your time,
Adam