Forgive me if this question isn't detailed enough, but here's my problem:
I have a Main Form (frmBundles) with a Subform(frmBundleDetails). This form allows the user to build a list of products together in the Subform (using combo boxes in continuous forms view) and give this group a name with a description on the Main form. The result is a package of products with a total cost; much like building an invoice.
Since my list of products to select in the combo boxes on the subform is so large, it makes it cumbersome for the user to scroll through and find the product they want to select. Therefore, I added a Product Search button which opens up a search form which allows the user to enter criteria to find the product. When the results of the search are displayed, I would like the user to double click on the product description of the item they want to add to the list on the other form's subform. Is there code out there or a way to make this happen? Thanks for your time!--Cliff
I have a Main Form (frmBundles) with a Subform(frmBundleDetails). This form allows the user to build a list of products together in the Subform (using combo boxes in continuous forms view) and give this group a name with a description on the Main form. The result is a package of products with a total cost; much like building an invoice.
Since my list of products to select in the combo boxes on the subform is so large, it makes it cumbersome for the user to scroll through and find the product they want to select. Therefore, I added a Product Search button which opens up a search form which allows the user to enter criteria to find the product. When the results of the search are displayed, I would like the user to double click on the product description of the item they want to add to the list on the other form's subform. Is there code out there or a way to make this happen? Thanks for your time!--Cliff