Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Select ((A.fld + (Select B.Fld From tbl As B
Where B.Seq =
(Select Max(Seq) From tbl As C
Where C.Seq < A.Seq) ) ) / 2) As AvgVal
From tbl As A
Where A.Seq > (Select MIN(Seq) From tbl)
Select ((A.PosZ + (Select B.PosZ From PositionSets As B
Where B.UnitName =
(Select Max(UnitName) From PositionSets As C
Where C.UnitName < A.UnitName) ) ) / 2) As AvgVal
From PositionSets As A
Where A.UnitName > (Select MIN(UnitName) From PositionSets)