T
TooN
Hello,
I have a form that contains two comboboxes. The first combo box is for a
product and the second for a location. The two comboboxes are linked to each
other according to entrance.
An example of what i implemented is here:
http://accessprogrammer.blogspot.com/2005/08/filter-combobox-based-on-another.html
The problem is that i have TWO forms with the same comboboxes data input.
How do i adjsut this string:
SELECT DISTINCT tblProductLocation.Product, tblProductLocation.Location
FROM tblProductLocation
WHERE (((tblProductLocation.Product)=forms!frmOrder.Product.value));
As you can see the form "frmOrder" is ok. How do i add another form in this
string ("frmOrderCreate")?
Thanks
I have a form that contains two comboboxes. The first combo box is for a
product and the second for a location. The two comboboxes are linked to each
other according to entrance.
An example of what i implemented is here:
http://accessprogrammer.blogspot.com/2005/08/filter-combobox-based-on-another.html
The problem is that i have TWO forms with the same comboboxes data input.
How do i adjsut this string:
SELECT DISTINCT tblProductLocation.Product, tblProductLocation.Location
FROM tblProductLocation
WHERE (((tblProductLocation.Product)=forms!frmOrder.Product.value));
As you can see the form "frmOrder" is ok. How do i add another form in this
string ("frmOrderCreate")?
Thanks