S
seeker
i have the following in criteria of a query.
IIf (forms!frmarchiveinvoicesoptions!txtacceptedarchivetype = 'wholesale',
"N", forms!frmarchiveinvoicesoptions!txtacceptedarchivetype = 'retail',"Y",
"null")
Error says that i do not have the correct arguments. What am i missing.
Thanks.
IIf (forms!frmarchiveinvoicesoptions!txtacceptedarchivetype = 'wholesale',
"N", forms!frmarchiveinvoicesoptions!txtacceptedarchivetype = 'retail',"Y",
"null")
Error says that i do not have the correct arguments. What am i missing.
Thanks.