G
Guest
I have a query that searches an "Orders" table for [MaterialDescription],
[MaterialCost] and [MaterialTax]. It hides duplicates based on all 3 fields;
then a list box is populated with the results. The idea is to search for
previously entered materials and use them as a selection for new orders.
This way I only have to ype them once. I am trying to have the query ignor
the MaterialCost field and then show only the most recent entries. This will
make it possible to update the price if a particular Material in and then
populate the list box with the new cost the next time it is opened.
Thanks for any help
Jack
[MaterialCost] and [MaterialTax]. It hides duplicates based on all 3 fields;
then a list box is populated with the results. The idea is to search for
previously entered materials and use them as a selection for new orders.
This way I only have to ype them once. I am trying to have the query ignor
the MaterialCost field and then show only the most recent entries. This will
make it possible to update the price if a particular Material in and then
populate the list box with the new cost the next time it is opened.
Thanks for any help
Jack