Let me explain it:
I have a form (Products) to define products details... In this form, I have the following fields:
- Product_Number
- Product_Name
- Product_description
- Product_Stock
I would like to have a second form (Requests) where I have the following fields:
- Date
- Requestor_Name
and a subform (SubForm_Requests) with the list of all products defined in the Products Form and 1 additional field for each product. So I should have the following fields in SubForm_Requests:
- Product_Name = Products.Product_Name
- Available_Stock = Products.Product_Stock
- Requested_Itme = X