On Thu, 20 May 2004 10:56:32 -0700, "Robert"
<(E-Mail Removed)> wrote:
>Presently in my formula I am using
>
>sngIncr = (Me.TL - Me.MIN) / 17
>
>How should I modify the formula (or what command should I
>use) that would round of the number so no decimals show.
sngIncr = Fix((Me.TL - Me.MIN) / 17)
>Additionally, is there a way that I can round up to the
>nearest number ending in 5. E.g. if the results of mu
>formula is 3072, I would like 3075 to be displayed.
sngIncr = 5*Fix((Me.TL - Me.MIN) / 85)
John W. Vinson[MVP]
Come for live chats every Tuesday and Thursday
http://go.compuserve.com/msdevapps?loc=us&access=public