Format Text to Numeric Percentage

DBFIN

Registered User.
Local time
Today, 13:40
Joined
May 10, 2007
Messages
205
I have a text percentage that reads 28.0%. I want to convert to a numeric percentage that reads either 0.28 or 28.0%, preferably the latter. The Val function returns an error. How do I do this in a query ?
 
What have you tried? What table and table design(s) is/are involved?
 
CDbl and Val do not work. Query reads a table, where Field is in text format like 28.0%.
 

Users who are viewing this thread

Back
Top Bottom