RichieP
Rock on!
- Local time
- Today, 20:18
- Joined
- Apr 16, 2003
- Messages
- 48
I've search the forum with no luck.
I know you can search for part words by using one of these types of code:
Left(stringexpr,n)
Right(stringexpr,n)
Mid(stringexpr,start,n)
How do I do the same with numbers? I want to extract every thing past a decimal point.
For example, I have 5.912 in a box on a form and I want an unbound textbox to extract the .912 and times it by 12.
Any ideas?
Cheers for you time
I know you can search for part words by using one of these types of code:
Left(stringexpr,n)
Right(stringexpr,n)
Mid(stringexpr,start,n)
How do I do the same with numbers? I want to extract every thing past a decimal point.
For example, I have 5.912 in a box on a form and I want an unbound textbox to extract the .912 and times it by 12.
Any ideas?
Cheers for you time