D
Dave
Need help with the criteria portion of a Dlookup.
This dlookup is in the "Field" portion of a query.
The query is a single table query pulling from the orders table.
There are reasons I can't pull other tables into this query.
I am trying to pull in the customer name(not in the "Orders" table) for
each "order" in the Order List this Query is generating.
I just don't know how the syntex of the criteria is written.
FirstName:dlookup("CustomerFirst","tblCustomers","")
Thanks in advance,
D
This dlookup is in the "Field" portion of a query.
The query is a single table query pulling from the orders table.
There are reasons I can't pull other tables into this query.
I am trying to pull in the customer name(not in the "Orders" table) for
each "order" in the Order List this Query is generating.
I just don't know how the syntex of the criteria is written.
FirstName:dlookup("CustomerFirst","tblCustomers","")
Thanks in advance,
D