Hi All
Hoping you can help with a small issue
I am trying to Dlookup an account number from one table (Cleared) where the Product is a "Futures" and the account number matches a combobox
Stuck on the below
=DLookUp("[Citi IM]","Cleared","[Product] =" & "Futures" And [AcctNumber]=[AccountCombo])
Citi IM is a field name in table Cleared
Product is a field name in table Cleared
Futures is the criteria for Product field
Acct Number will be supplied in combobox
Currently getting #Name?
Thank you
Hoping you can help with a small issue
I am trying to Dlookup an account number from one table (Cleared) where the Product is a "Futures" and the account number matches a combobox
Stuck on the below
=DLookUp("[Citi IM]","Cleared","[Product] =" & "Futures" And [AcctNumber]=[AccountCombo])
Citi IM is a field name in table Cleared
Product is a field name in table Cleared
Futures is the criteria for Product field
Acct Number will be supplied in combobox
Currently getting #Name?
Thank you