Can anyone help me to break this statement down? I have basic Access skills, but this is really too advanced for me. I was trying to do a job for someone but may have to tell him I cannot do it. I am trying to understand the queries before I start trying to make changes.
This is part of a query that the Total row = Where and the Table is a Subquery. Please let me know if you need additional information.
Code:
IIf(IsNull([Forms]![Default]![st]) ,[LL] ,IIf([Forms]![Default]![st]="All" ,[LL] ,IIf([Forms]![Default]![st]="Pre-Installed" ,1 ,[LL]) ) )
Comment