Convert text to numeric Access
Solved
ExcellenceConception
-
yg_be Posted messages 23437 Registration date Status Contributeur Last intervention -
yg_be Posted messages 23437 Registration date Status Contributeur Last intervention -
Hello,
How can we convert this expression ("2+5+7") which is in text format, to get the result (the sum) in numeric format?
Thank you in advance.
How can we convert this expression ("2+5+7") which is in text format, to get the result (the sum) in numeric format?
Thank you in advance.
1 réponse
yg_be
Posted messages
23437
Registration date
Status
Contributeur
Last intervention
Ambassadeur
1 587
Hello,
it depends on the context, which you haven't provided.
Maybe by using the
it depends on the context, which you haven't provided.
Maybe by using the
eval()function?
Best regards.
- how to solve decimals?
Example: Eval("3+0.5+...")=#Error.
Thank you very much.
Eval("3+0.5+...")