G
Guest
How do I perform this conditional calculated field in a query or form
if disposition = "booked" then tot=price*quan
I want all the records displayed even if disposition<> "booked".
I tried IIF [disposition = "booked"],price*quan. I got #name
Thanks for the help.
if disposition = "booked" then tot=price*quan
I want all the records displayed even if disposition<> "booked".
I tried IIF [disposition = "booked"],price*quan. I got #name
Thanks for the help.