I am writing a database in MS Access that will track and score customer information based on tests that they have taken. These tests are normalized by age category such that if you are age 20 and have a raw score=30 then standard score=69. I would like to have a form field for age which will accept user input for age i.e. "20" and then accept a raw score i.e. 30. The form would then auto-populate the standard score field by looking at the appropriate table for that age category (20) and the then linking the record for the standard score based on the raw score value.
I currently have tables that look like this
CCT 5 (tablename)
Raw Score Standard Score
30 69
31 72
32 75
etc...
I can't seem to get the raw score field to use a conditional to look up the appropriate table and values. Any help would be appreciated. I am very new to database design at all.
-NB
I currently have tables that look like this
CCT 5 (tablename)
Raw Score Standard Score
30 69
31 72
32 75
etc...
I can't seem to get the raw score field to use a conditional to look up the appropriate table and values. Any help would be appreciated. I am very new to database design at all.
-NB