I have a table called tblCLIN with
CLINID autonumber as my Primary Key
Number text
FY05 number (is a dollar amount)
FY06 number "
FY07 number "
FY08 number "
Sample table result:
Number FY05 FY06 FY07 FY08
1011 $4.01 $4.33 $4.39 $4.46
1012 $1.09 $1.19 $1.29 $1.39
1019 $5.43 $5.55 $5.70 $5.85
1140 $3.11 $3.18 $3.29 $3.35
And another table with Year in it with the format of 2005, 2006, etc.
I need to be able to show on a form and report, the related FYxx dollar amount for each number for the appropriate Year.
For example if the Number on a form or report is 1012 and the Year is 2006, i'd like the amount $1.19 to display.
CLINID autonumber as my Primary Key
Number text
FY05 number (is a dollar amount)
FY06 number "
FY07 number "
FY08 number "
Sample table result:
Number FY05 FY06 FY07 FY08
1011 $4.01 $4.33 $4.39 $4.46
1012 $1.09 $1.19 $1.29 $1.39
1019 $5.43 $5.55 $5.70 $5.85
1140 $3.11 $3.18 $3.29 $3.35
And another table with Year in it with the format of 2005, 2006, etc.
I need to be able to show on a form and report, the related FYxx dollar amount for each number for the appropriate Year.
For example if the Number on a form or report is 1012 and the Year is 2006, i'd like the amount $1.19 to display.