I am trying to put together an advanced query, but can't figure out how. I need to pull data from 3 tables.
Table A has Order Number and Part Number as entered by user.
Table B has order information (eg. Company Name)
Table C has the part information for each order line item
I need to build a query to take the input from A and display the Order info and Part info based on that input.
Any ideas?
Table A has Order Number and Part Number as entered by user.
Table B has order information (eg. Company Name)
Table C has the part information for each order line item
I need to build a query to take the input from A and display the Order info and Part info based on that input.
Any ideas?