A
Andre Laplume via AccessMonster.com
Your code worked great for searching the queries for a referenced table. I'd
like to do the same with table field names. Would I need another loop to
traverse thru each field in the table?
--
OOPs a typo...the statement that DOES NOT work is:
AdjAmt: Sum(IIf([TYPE]=2 And Left(Date(),2)="07",[Amt]*[Percent],IIf([TYPE]=1,
like to do the same with table field names. Would I need another loop to
traverse thru each field in the table?
--
OOPs a typo...the statement that DOES NOT work is:
AdjAmt: Sum(IIf([TYPE]=2 And Left(Date(),2)="07",[Amt]*[Percent],IIf([TYPE]=1,
[Amt]*[Percent],0)))