With a Table I want to do I lookup based on the value of another field, exactly like a Vlookup in Excel. I am trying the DLookup but dont know if this is what i need.
Here is a visual (attachment) to help understand what i need. This is the DLookup()
DLookUp([tblAnswers]![AnswerNumber], [tblAnswers], [ResponseTracker]![QuestionID])
Here is a visual (attachment) to help understand what i need. This is the DLookup()
DLookUp([tblAnswers]![AnswerNumber], [tblAnswers], [ResponseTracker]![QuestionID])