M
Matt Pierringer
Ok, I have almost got it with the correct syntax. I have corrected my
last Dlookup statement which was pulling a value from the same report I
had dlookup on which wasn't doing me any good, because then it was
providing me duplicate values. Here is my info:
=DLookUp("qryRequiredEach!Each","qryRequiredEach","qryRequiredEach!rqdCatalog
= " & Nz([cbxRequired],0))
qryRequiredEach = The domain that I am grabbing my values off of and
trying to compare a value from my report to
Each = A number value on my query (price) ie: 37.65
rqdCatalog = A text value that displays the catalog number ie: HXJ3T
[cbxRequired] = The combo box source of which I am trying to compare to
my query, so that it selects the correct Each
Currently it is grabbing the first price in the Each column from the
query, how do I get it to compare the right values and then take the
correct Each
last Dlookup statement which was pulling a value from the same report I
had dlookup on which wasn't doing me any good, because then it was
providing me duplicate values. Here is my info:
=DLookUp("qryRequiredEach!Each","qryRequiredEach","qryRequiredEach!rqdCatalog
= " & Nz([cbxRequired],0))
qryRequiredEach = The domain that I am grabbing my values off of and
trying to compare a value from my report to
Each = A number value on my query (price) ie: 37.65
rqdCatalog = A text value that displays the catalog number ie: HXJ3T
[cbxRequired] = The combo box source of which I am trying to compare to
my query, so that it selects the correct Each
Currently it is grabbing the first price in the Each column from the
query, how do I get it to compare the right values and then take the
correct Each