P
Pam Hisaw
I have a combo box (Combo59) on a main form that I want to enter a
manufacturer name to and have it filter only those part numbers to another
combo box (PartIDNumber) on a subreport.
Part ID Number combo box has this statement in the Row Source:
SELECT qComboQuotePartsSubformParts.PartIDNumber,
qComboQuotePartsSubformParts.ManufacturerPartNumber,
qComboQuotePartsSubformParts.Manufacturer,
qComboQuotePartsSubformParts.Item, qComboQuotePartsSubformParts.ListPrice
FROM qComboQuotePartsSubformParts WHERE
Manufacturer=Forms!fQuoteMainForm!Combo59;
Combo59 has in the After Update an event procedure to requery the
PartIDNumber combo box.
It seems to be working in a strange way. When I go to this form, a dialog
box pops up asking for a parameter of "Forms!fQuoteMainForm!Combo59". I can
enter a manufacturer in this box and it does what I want. If I go to
Combo59 and enter a different manufacturer, there are no changes.
I also don't want to use a pop up dialog box because I may go into this form
many times for different reasons other than selecting part numbers.
I know this is lengthy, but I wanted to make it as clear as possible. Any
help would be greatly appreciated.
Thanks,
Pam
manufacturer name to and have it filter only those part numbers to another
combo box (PartIDNumber) on a subreport.
Part ID Number combo box has this statement in the Row Source:
SELECT qComboQuotePartsSubformParts.PartIDNumber,
qComboQuotePartsSubformParts.ManufacturerPartNumber,
qComboQuotePartsSubformParts.Manufacturer,
qComboQuotePartsSubformParts.Item, qComboQuotePartsSubformParts.ListPrice
FROM qComboQuotePartsSubformParts WHERE
Manufacturer=Forms!fQuoteMainForm!Combo59;
Combo59 has in the After Update an event procedure to requery the
PartIDNumber combo box.
It seems to be working in a strange way. When I go to this form, a dialog
box pops up asking for a parameter of "Forms!fQuoteMainForm!Combo59". I can
enter a manufacturer in this box and it does what I want. If I go to
Combo59 and enter a different manufacturer, there are no changes.
I also don't want to use a pop up dialog box because I may go into this form
many times for different reasons other than selecting part numbers.
I know this is lengthy, but I wanted to make it as clear as possible. Any
help would be greatly appreciated.
Thanks,
Pam