I need to add additional criteria to my Code below
the additional field i need to add is Status <> "PK" but when i have amended and i now get the #Name? error.
any help appreciated.
Code:
=Nz(DSum("Qty","tblunpickable_data", "Option='" & [tbOption] & "' "),"")
the additional field i need to add is Status <> "PK" but when i have amended and i now get the #Name? error.
Code:
=DSum("Qty","tblunpickable_data","option='" & [tbOption] & "' And [Status]='" & [PK] & "'")
any help appreciated.