Access_Help
Registered User.
- Local time
- Today, 02:16
- Joined
- Feb 12, 2005
- Messages
- 136
I am using a DLOOKUP which is returning no values, wondering if it is to do with the use of a calculated field:
I wish to return the A_Score from the table tbl_att_grade where the A_Grade from the table tbl_att_grade matches the calculated field Grade (which also uses a DLOOKUP).
Code:
A_Score_: DLookUp("[A_Score]","tbl_att_grade","[A_Grade] = ' " & [Grade] & " ' And [GradingSystem] = '" & [GradingSystem_] & " ' ")
I wish to return the A_Score from the table tbl_att_grade where the A_Grade from the table tbl_att_grade matches the calculated field Grade (which also uses a DLOOKUP).