A
Ashley
I have a case where
I need to have a status column
and there will be 4 types of status so
i need multiple if then statements i don't know if its possible
If i used this
iif(paymentdate <= date() and isnull(shippeddate), "ORDER PLACED",
"PAYMENT PENDING") as STATUS
I can have only 2 cases but I need to look at shipped date as well and
have status
case where shippeddate is not null i can have
OrderShipped.
and where deliverydate is not null i can have Order Delivered
so how do i get all this in same column
Is it possible to do this in access.
I need to have a status column
and there will be 4 types of status so
i need multiple if then statements i don't know if its possible
If i used this
iif(paymentdate <= date() and isnull(shippeddate), "ORDER PLACED",
"PAYMENT PENDING") as STATUS
I can have only 2 cases but I need to look at shipped date as well and
have status
case where shippeddate is not null i can have
OrderShipped.
and where deliverydate is not null i can have Order Delivered
so how do i get all this in same column
Is it possible to do this in access.