Apologies for the probably newbie question, but :
I'm trying to work out how to populate the lines in a continous subform based on my selection from a combo box within the subform.
I have a number of scenarios in which I'd like to use this method, but to pick one out :
I've a continuous main form 'frmOrders', listing all of my orders received. I click on a 'Go to order' button for an order of my choosing, and that takes me to an 'frmOrder' for that specific order. frmOrder has a TabCtl, and one of the tabs is entitled 'Dimensions'. Embedded on the 'Dimensions' tab is a continuous subform for capturing what the customer has requested. When someone orders a product from me, he/she may indicate that they want the product as 8"x10" and/or 10" x 14" and /or 16" x 18" (etc, etc). Each option where dimensions are concerned carry with it some other details (material type; margin widths; colour; etc). I have a data-table, tblSpecs, holding all of those dimensions, material, margin, colour, etc details. Each set of details has a primary key, intSpecsID.
Is it possible to populate the line or line(s) of the subform using a combo box within the subform (ie select from the combo box, and have the fields for dimensions, material, margin, colour, etc populated based on the choice) ?
I'm trying to work out how to populate the lines in a continous subform based on my selection from a combo box within the subform.
I have a number of scenarios in which I'd like to use this method, but to pick one out :
I've a continuous main form 'frmOrders', listing all of my orders received. I click on a 'Go to order' button for an order of my choosing, and that takes me to an 'frmOrder' for that specific order. frmOrder has a TabCtl, and one of the tabs is entitled 'Dimensions'. Embedded on the 'Dimensions' tab is a continuous subform for capturing what the customer has requested. When someone orders a product from me, he/she may indicate that they want the product as 8"x10" and/or 10" x 14" and /or 16" x 18" (etc, etc). Each option where dimensions are concerned carry with it some other details (material type; margin widths; colour; etc). I have a data-table, tblSpecs, holding all of those dimensions, material, margin, colour, etc details. Each set of details has a primary key, intSpecsID.
Is it possible to populate the line or line(s) of the subform using a combo box within the subform (ie select from the combo box, and have the fields for dimensions, material, margin, colour, etc populated based on the choice) ?