Hi all....
I'm kinda new to access and I'm writing a database for managing stocks and products.
I want to create a form to input sub-parts that will later compose the full product. These parts are also composed by different types of raw materials and sub-parts.
What I have:
1 - A raw materials table (everything the company uses)
2 - A simple form for entering the sub-parts.
What I need:
1 - To modify this form by including a subform that can allow me to create new (sub-parts 1) records and at the same time select the raw materials and even other sub-parts (and their quantities) that will be used for manufacturing the (sub-part 1).
I'm having trouble trying to set it up by myself... Can anyone please help me on that???
Thanks in advance.
PS: Please help me with a complete step-by-step procedure 'cause I know a little vba and I'm still a rookie on access.