Hello All,
My requirement was not precisely put forward in my previous thread https://www.accessforums.net/showthread.php?t=71639, I apologize for that. I will explain it now.
I have 3 tables tblEquipment, tblSubEquipment and tblParts (image posted)
I have unique ID for every new equipment. You can see from the tblEquipment unique ID for Lathe Machine is Lathe-123. You can also see from the image what each of the letters designate. Now when I want to create a database for a new lathe machine, using the same sub equipments and parts, obviously its series number will be different, say Lathe-456.
What I want is for a new Lathe machine I want only the series number to change but the sub equipment number and the part number to remain the same (depending upon the selection).
Something like this Lathe-456-01-01
How do I make this happen?
Some useful info:
Form One:
User creates a new equipment and adds the existing sub equipment and parts to it to build a new data.
Form two:
- One combo box to select the Equipment.
- Three filtered textboxes depending upon the combobox selection viz. textEquipment, textSubEquipment and textpart.
Regards
New User