J
jenni_p
Hello -
Is it possible to write a DLookup with 2 filter criteria?
For example, I have a query set up which places my
products in "categories" based on 2 variables
1) Destination_id
2) Product_Id
So when a user creates a purchase order, I want the
category to automatically pop up based on the destination
and product selected.
So here is where I am stuck;
Dim strfilter As String
strfilter = ????????????????????
Me!CategoryName = DLookup("Category", "qry_categories",
strfilter)
Any ideas?
Thanks in advance for the help!
Jenni
Is it possible to write a DLookup with 2 filter criteria?
For example, I have a query set up which places my
products in "categories" based on 2 variables
1) Destination_id
2) Product_Id
So when a user creates a purchase order, I want the
category to automatically pop up based on the destination
and product selected.
So here is where I am stuck;
Dim strfilter As String
strfilter = ????????????????????
Me!CategoryName = DLookup("Category", "qry_categories",
strfilter)
Any ideas?
Thanks in advance for the help!
Jenni