Hi all,
I am tring to extract only the numeric values in a text string in an access qry.
the current field(text)format is as follows
result
6.8 mg
result 9.8
7.2%
i need it to be
clean_result
6.8
9.8
7.2
I search around and found some solutions here but didnt fully understand them, maybe someone could help me out.
thanks
I am tring to extract only the numeric values in a text string in an access qry.
the current field(text)format is as follows
result
6.8 mg
result 9.8
7.2%
i need it to be
clean_result
6.8
9.8
7.2
I search around and found some solutions here but didnt fully understand them, maybe someone could help me out.
thanks