I am currently trying to put a find box at the top of a form I have created for reviewing machining methods. I have setup the box to show the Part Number field and take you to that record when selected, but I want to filter the selection of Part Numbers based on certain criteria that I have filled out on various records.
I want to know how to word my SQL/Query statement to show only parts that are similar to the one I am viewing at that moment in time. e.g. I only want to see parts with the same material type and form that are the same size and have the same critical drawing features.
I want to know how to word my SQL/Query statement to show only parts that are similar to the one I am viewing at that moment in time. e.g. I only want to see parts with the same material type and form that are the same size and have the same critical drawing features.
Comment