T
tgavin
I am trying to lookup a value and add it to a table because no matter how I
link the tables, they are not updatable. I am using the following line of
code and it is returning Type Mismatch. I figure I have something wrong in
how I wrote the criteria but I don't know what. Please help.
dblPriceToPurchase = DLookup("[dblPriceToPurchaseFactor]", "tblPricing",
"[intItem] = " & [intItemID] And "[intVendor] = " & Forms!frmPO![intVendor])
Thanks
Terri
link the tables, they are not updatable. I am using the following line of
code and it is returning Type Mismatch. I figure I have something wrong in
how I wrote the criteria but I don't know what. Please help.
dblPriceToPurchase = DLookup("[dblPriceToPurchaseFactor]", "tblPricing",
"[intItem] = " & [intItemID] And "[intVendor] = " & Forms!frmPO![intVendor])
Thanks
Terri