Hello,
I'm working on a access 2016 DB. I have a combo box "Temp", a combo box "Specific Gr" and textbox "Conversion ". I have a query "TempConversion Chart".
So it looks roughly like this but overall is 91 rows x 7 columns. The corrections are more complicated but similar.
F 085 090 095 100 105
300 0.0001 0.0002 0.0003 0.0004 0.0005
302 0.0011 0.0012 0.0013 0.0014 0.0015
goes on for 89 more rows.
What I want to do is use a combo box to show "F" values. A combo box to show the columns "085", "090", "095", "100" and "105". I want the text box to display the intersection of the 2 combo box selections, Example 302 is selected and 095 is selected displaying the result 0.0013 in the text box so the rest of the form can calculate the corrected values.
I'm working on a access 2016 DB. I have a combo box "Temp", a combo box "Specific Gr" and textbox "Conversion ". I have a query "TempConversion Chart".
So it looks roughly like this but overall is 91 rows x 7 columns. The corrections are more complicated but similar.
F 085 090 095 100 105
300 0.0001 0.0002 0.0003 0.0004 0.0005
302 0.0011 0.0012 0.0013 0.0014 0.0015
goes on for 89 more rows.
What I want to do is use a combo box to show "F" values. A combo box to show the columns "085", "090", "095", "100" and "105". I want the text box to display the intersection of the 2 combo box selections, Example 302 is selected and 095 is selected displaying the result 0.0013 in the text box so the rest of the form can calculate the corrected values.
Comment