L LGC May 9, 2005 #2 How to convert a text field to a number filed in a formula? Use one of the conversion functions: CInt, CLng, CDbl, etc. If there is text to the right of the number, you can use Val. LGC
How to convert a text field to a number filed in a formula? Use one of the conversion functions: CInt, CLng, CDbl, etc. If there is text to the right of the number, you can use Val. LGC