You are on page 1of 1

Mod(Round("ELEVATION", 0) * 10, 500)=0 ESTO PA CURVAS DADA 50

Function FindLabel ( [Elevation])

If ( [Elevation] Mod 50) = 0 Then

FindLabel = [Elevation]

End If

End Function

You might also like