|
From: reservedbcreater on 11 Feb 2005 11:25 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 12 Feb 2005 04:51 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 >
|
Pages: 1 Prev: Hyperlink Text to Display Next: Deleting a node from TreeView |