brendageorge
Programmer
I have a subform (Estimates1) in a form (Estimates) that I am applying the DLookup to data source.
=DLookUp("[Price]","[Oakhill Sq]","[Product ID]=[Me].[Product ID]")
I am trying to find the price in table Oakhill Sq that matches the Product ID on my subform.
It returns #Error. What am I doing wrong?
=DLookUp("[Price]","[Oakhill Sq]","[Product ID]=[Me].[Product ID]")
I am trying to find the price in table Oakhill Sq that matches the Product ID on my subform.
It returns #Error. What am I doing wrong?