J
Jeremy Dove
What I am trying to do is this.
I have a group of information being pulled in regards to
product that will be sold. This particular form is to
make the enduser able to edit pricing and other
information. The below code will pull the unit cost from
the supplier pricing table which is fine. The problem
though is that the code doesn't make sure that it gets
the right vendor or supplier. I am trying to add another
crtieria but I can't get it to work. I have included what
I have first. Then I will include the code I am trying to
get to work. Please help if you can.
Thanks
=DLookUp("UNIT_COST","SUPPLIER_PRICING"," [MASTER_ITEM_ID]
=[MASTER_ID]")
New Code:
=DLookUp("UNIT_COST","SUPPLIER_PRICING",("
[MASTER_ITEM_ID]=[MASTER_ID]"AND"[SUPPLIER_PRICING]!
[SUPPLIER_ID]"))
I have a group of information being pulled in regards to
product that will be sold. This particular form is to
make the enduser able to edit pricing and other
information. The below code will pull the unit cost from
the supplier pricing table which is fine. The problem
though is that the code doesn't make sure that it gets
the right vendor or supplier. I am trying to add another
crtieria but I can't get it to work. I have included what
I have first. Then I will include the code I am trying to
get to work. Please help if you can.
Thanks
=DLookUp("UNIT_COST","SUPPLIER_PRICING"," [MASTER_ITEM_ID]
=[MASTER_ID]")
New Code:
=DLookUp("UNIT_COST","SUPPLIER_PRICING",("
[MASTER_ITEM_ID]=[MASTER_ID]"AND"[SUPPLIER_PRICING]!
[SUPPLIER_ID]"))