Hi All,
Need your expertee for below query..
I have query which is fetching data from SAP Table and has expression Inv_No: IIf([Type]<>"KY",[Reference],[Assign]). It means if the KY Document is it should take the Invoice Reference from Assign Field else from Reference field. which is working fine..
Now I have another requirement i.e., sum if based on expression "Inv_No: IIf([Type]<>"KY",[Reference],[Assign])" In field 'Amount in DC' have negative & positive and I want have sumif in same query.
eg. in Query field Invoice No. Amount in DC "in new field"
1234 5000 0
1234 -5000 0
In excel it is pretty easy, but I want to do this in access because of huge data.. sample file attached.. kindly help