I have 2 sample tables as in the enclosed DB file
1. tblItemMaster which has PartNo and a DFL value for each item
2. tblValueAdd which have a Value add for a min and max value of DFL
What is the most efficient way to build a query where I can get the ValueAdd for each item in the tblItemMaster?
I have done this in multiple ways but not sure what is the best and most efficient way.
Would appreciate some advise
1. tblItemMaster which has PartNo and a DFL value for each item
2. tblValueAdd which have a Value add for a min and max value of DFL
What is the most efficient way to build a query where I can get the ValueAdd for each item in the tblItemMaster?
I have done this in multiple ways but not sure what is the best and most efficient way.
Would appreciate some advise