Hi all.
Appreciate if someone can tell what the following syntax in a SQl statement is doing and how it actually works!
SuperannuationAmount([SuperID],[SuperInclusive],[Employer%],[SuperableSalary%],[SuperableSalary],[OldSystem],[PrivateSuperAmount],[TotalRemuneration],[AnnualLeaveLoading],[MaximumContribution],[CarAllow],[MaxContribution],[MaximumContribution],IIf(IsNull([MaximumContributionBase]),0,[MaximumContributionBase])) AS FullSuperAmountAnnual
All i can figure out is that the end result is a value, but not how it arrives at that value
same with the following
dblHourlyAmounts([TotalRemuneration],[PayFrequency]) AS FullRemunerationHourly,
I am not an access expert, and have been given a task of reverse engineering business rules for sql statements in access.
Much appreciated for any assistance.
Salwa
Appreciate if someone can tell what the following syntax in a SQl statement is doing and how it actually works!
SuperannuationAmount([SuperID],[SuperInclusive],[Employer%],[SuperableSalary%],[SuperableSalary],[OldSystem],[PrivateSuperAmount],[TotalRemuneration],[AnnualLeaveLoading],[MaximumContribution],[CarAllow],[MaxContribution],[MaximumContribution],IIf(IsNull([MaximumContributionBase]),0,[MaximumContributionBase])) AS FullSuperAmountAnnual
All i can figure out is that the end result is a value, but not how it arrives at that value
same with the following
dblHourlyAmounts([TotalRemuneration],[PayFrequency]) AS FullRemunerationHourly,
I am not an access expert, and have been given a task of reverse engineering business rules for sql statements in access.
Much appreciated for any assistance.
Salwa