From: reservedbcreater on
does anyone have the code handy to convert
feet to meters upon a vlue being entered into a text box

From: Graham R Seach on
ft / 3.28083989501312

Public Function Feet2Metres(ft As single) As Single
Feet2Metres = ft / 3.28083989501312
End Function

Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia
---------------------------

"reservedbcreater" <adamdumont1(a)hotmail.com> wrote in message
news:20e822d2dcd22a89aa7f9a1972590fc3(a)localhost.talkaboutsoftware.com...
> does anyone have the code handy to convert
> feet to meters upon a vlue being entered into a text box
>