Good afternoon,
I have a question regarding putting together a query with a DLookUp field. Here is what I'm trying to accomplish:
I have a set of vendors that I review regularly and enter results in a new record every time I do a new review. What I'd like to do is set up a query that compares the most recent review results against the last results to determine if the results or improving, getting worse, or staying the same. I think the DLookUp field would be ideal to do it, but I can't seem to figure out the expression should be....
Here is a run down of what's in my database:
Vendor Table - Listing all Vendors we use and scored based on what we use them for.
Vendor Oversight Table - Pulls for the Vendor name from the vendor table and I input the results of the review
Query - Pulled from Vendor Table - Vendor Name, Vendor Score
- Pulled from Vendor Oversight Table - Date Completed, Vendor Oversight Results
- Calculated - Residual value between the vendor score and vendor oversight results
- DLookUp for Last Vendor Oversight Results - DLookUp("Vendor Oversight Results","Vendor Oversight Table","???")
- Calculated - Resideual value between the vendor score and the DLookUp results
What is the expression to pull the vendor oversight results for the last review done for that vendor???
Thank you in advance for any and all advice.