SatanLuciferJones
New member
- Local time
- Today, 00:11
- Joined
- May 6, 2019
- Messages
- 6
Hello,
About Me
I know there has to be a better way to do what I'm doing, but I'm a beginner at Access, so I don't know exactly how to do it. I'm using Access 2010.
About My Setup
I have a parent table (Tests) that gives general information about a particular product and child table (SubTest) that shows the temperature (Temp) results of each component (TCLocation) where the product was tested.
The Objective
I need to find the minimum value of each TestID and use that to do calculations on each subID. Essentially, what I'm doing is finding the ambient temperature and normalizing it to 25°C. Then apply that same normalization difference to each value temp.
For example, subID 11 has a temperature of 24.6. The difference from the room temperature (25-24.6) is 0.4. Therefore, I need to add 0.4 to the Temp values that share the same TestID, so that subID 11 = 25.0, subID 12 = 42.4, subID 13 = 38.8, etc.
Notes
Any help is appreciated.
About Me
I know there has to be a better way to do what I'm doing, but I'm a beginner at Access, so I don't know exactly how to do it. I'm using Access 2010.
About My Setup
I have a parent table (Tests) that gives general information about a particular product and child table (SubTest) that shows the temperature (Temp) results of each component (TCLocation) where the product was tested.
The Objective
I need to find the minimum value of each TestID and use that to do calculations on each subID. Essentially, what I'm doing is finding the ambient temperature and normalizing it to 25°C. Then apply that same normalization difference to each value temp.
For example, subID 11 has a temperature of 24.6. The difference from the room temperature (25-24.6) is 0.4. Therefore, I need to add 0.4 to the Temp values that share the same TestID, so that subID 11 = 25.0, subID 12 = 42.4, subID 13 = 38.8, etc.
Notes
- The minimum value is not always name "Room Ambient," so I can't use that as a basis for the search.
- I currently have a very clunky formula as shown in the Notepad section on the image attached. The formula works, but it seems dumb to use a DLookup when I'm using the values within the same query.
- I saw a post that said that I can't post images before I reach 10 posts, so I included the zip in case the image doesn't display.
Any help is appreciated.