A
Andre Laplume via AccessMonster.com
A table has significantly changed and now I must look thru numerous dbs at
each query and identify if that query links in the changed table. Does
anyone have any code that I might run that would report each query name that
links the particular 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,
each query and identify if that query links in the changed table. Does
anyone have any code that I might run that would report each query name that
links the particular 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)))