You have to pass the parameters to DLookup as strings, so:
DLookup("Price", "Fruit", "description='banana'")
Would return the value from the price column, in a table or query called 'fruit', for a row that has the term 'banana' in a column named 'description'
So I think yours would be...