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
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