Hi guys,
I am working in Design view of a query. I have two tables below. I want to add a formula in query formula window to help calculate the new grade based on the 10% improvement. In Excel I could do it via Match formula, how can I do this in Access?
Table A:
Grade Upper Bound
[TABLE="width: 500"]
<tbody>[TR]
[TD]1[/TD]
[TD]15[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]25[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]31[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]44[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]46[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]80[/TD]
[/TR]
</tbody>[/TABLE]
Table B:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Score[/TD]
[TD]10% Improvement[/TD]
[TD]Grade[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]11[/TD]
[TD]New projected grade based on 10% improvement from table A[/TD]
[/TR]
[TR]
[TD]40[/TD]
[TD]44[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Thank you!
I am working in Design view of a query. I have two tables below. I want to add a formula in query formula window to help calculate the new grade based on the 10% improvement. In Excel I could do it via Match formula, how can I do this in Access?
Table A:
Grade Upper Bound
[TABLE="width: 500"]
<tbody>[TR]
[TD]1[/TD]
[TD]15[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]25[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]31[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]44[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]46[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]80[/TD]
[/TR]
</tbody>[/TABLE]
Table B:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Score[/TD]
[TD]10% Improvement[/TD]
[TD]Grade[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]11[/TD]
[TD]New projected grade based on 10% improvement from table A[/TD]
[/TR]
[TR]
[TD]40[/TD]
[TD]44[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Thank you!