I have a query with 4 columns
Name, Yes/No, Retail Wholesale
This is what I want the query to do
If wholesale <> 0 then display.
If yes/no = yes then display retail.
So after you run the query all will have the name however it will either display a wholesale or retail value.
Data is being pulled from qryprices
Anyone know how i can write the sql for this.
thank you
ck1999
Name, Yes/No, Retail Wholesale
This is what I want the query to do
If wholesale <> 0 then display.
If yes/no = yes then display retail.
So after you run the query all will have the name however it will either display a wholesale or retail value.
Data is being pulled from qryprices
Anyone know how i can write the sql for this.
thank you
ck1999