Get the number out of a string

bugsy

Registered User.
Local time
Today, 02:36
Joined
Oct 1, 2007
Messages
99
in the query design how can I extract a number out of string. ex
25 bp
234.56 bp

etc. ? I would have expected INT(FiledName) but it's not it
 
You can use the Left function along with the InStr function to find the space.
 
You can use the Left function along with the InStr function to find the space.

i was planning to do that; but i wanted t ocheck first if i can just extract the number.
 

Users who are viewing this thread

Back
Top Bottom