Hi All,
My DB has an Order Details table that uses dynamic combo boxes to fill in criteria from my form. The Oder Entry form uses a combo box to select the type of product, this generates specific choices for values in the next product combo box (from a product table), and so on. The result is that my Order Details table is populated (for some values) by user selection on the form.
The Product table (where the choices of the combo box) is not related to the Order Detail Table, it just get's values from there through the use of the form.
Now, in the Product table, I have the type of Product and the Cost of the Product. I now want to make a query that will pull that product type with the cost for calculations.
I know this would be simple if the tables were related, but they are not.
Any help would be appreciated, and I hope all of this makes sense.
Thanks!
My DB has an Order Details table that uses dynamic combo boxes to fill in criteria from my form. The Oder Entry form uses a combo box to select the type of product, this generates specific choices for values in the next product combo box (from a product table), and so on. The result is that my Order Details table is populated (for some values) by user selection on the form.
The Product table (where the choices of the combo box) is not related to the Order Detail Table, it just get's values from there through the use of the form.
Now, in the Product table, I have the type of Product and the Cost of the Product. I now want to make a query that will pull that product type with the cost for calculations.
I know this would be simple if the tables were related, but they are not.
Any help would be appreciated, and I hope all of this makes sense.
Thanks!