I want to lookup a "Grade" (unique number) based off of a text box input on a form. If the Rank in the form is equal to the Rank in the table, then show the corresponding Grade from said table.
The above doesn't work. Need help please.
Code:
=DLookUp([tblGrades]![Grade],[tblGrades],[tblGrades]![Rank]=[txtRank])
The above doesn't work. Need help please.