Hi all. I’m having difficulty trying to figure out how to do this.
I have a query [qry_GRADENUM] with a field name [GRADE] that has a number from 0 to 9.
I also have a table [tbl_GRADELIST] that has 10 columns with data.
What I need is to somehow link the qry_GRADENUM.[GRADE] number to the correct column in the [tbl_GRADELIST] table.
It would be great if Access had an OFFSET function but it doesn't. Does anyone have a suggestion on how I can do this?