Query iif

krzysiekk

Registered User.
Local time
Today, 03:33
Joined
Dec 2, 2009
Messages
74
How build function iif when i had querys:

query_report
product, price, invoice date - its report query

query_info
product, price, invoice date

query_extra
product, price, invoice date

I want build function iif - query_report should be checking product in query_info if is true should show price but no invoice date, if false should be check query_extra if true should show price and invoice date if false left blank field.

It is possible ? please help
 
I tells my clients when they ask if something is possible, the answer is always "Yes."

If you can articulate it, you can build the conditional "iif."
 
how start please schow me example
 
I traying build func. iif

IIf(IsNull([query_info.product]),[query_info.product],[query_extra.product])

but not working
 

Users who are viewing this thread

Back
Top Bottom