Hello,
this my first post here
I have a source table with fields: item, manufacturer & supplier.
every item have more than one manufacturer and more than one supplier.
i have another table for purchase order, the same fields are available also, I made lookup for the field item from the source table.
The question: I need to limit the selection in the fields of manufacturer & supplier according to what I select in the item field
I MADE THIS CODE, I have tried to make criteria in the lookup query but i have message every time to enter the (PO.item) value
i need the query to reed it automatically
SELECT source.manufacturer_s, source.item_s FROM source WHERE (((source.item_s)=[PO]![item]));
thank you
this my first post here
I have a source table with fields: item, manufacturer & supplier.
every item have more than one manufacturer and more than one supplier.
i have another table for purchase order, the same fields are available also, I made lookup for the field item from the source table.
The question: I need to limit the selection in the fields of manufacturer & supplier according to what I select in the item field
I MADE THIS CODE, I have tried to make criteria in the lookup query but i have message every time to enter the (PO.item) value
i need the query to reed it automatically
SELECT source.manufacturer_s, source.item_s FROM source WHERE (((source.item_s)=[PO]![item]));
thank you