I am performing a DLookUp that uses a query (not a table) as the DOMAIN parameter.
DLookUp("[Some Column]", "Parameterized Query")
At the moment I don't care about any conditional clause. I would be happy getting the data for the first row.
Since I am using a parameterized query, when I run...