Does anyone know how to make these 3 IIf statements into one?
I am trying to put it all in one column and i keep recieving errors when i make input all 3 statments into 1 and change the query to a make table query.
Thanks in advance...
SELECT p.*, IIf([POType]="PO" And [NonStock]="N","NS"...
I've created a db with 1 update table and 1 maketable query.
I ve created an iif statement but its not long enough for the info i need. The statement works, but where do i fit the rest in?
SELECT IIf([PO Type]="BO","Blkt Order",IIf([PO Type]="RM","PORM",IIf([PO Type]="WT","WHS...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.