I am having trouble doing a data type conversion. I have a legacy table that contains numeric data in text format and I wish to convert it back to numeric. I looked through some of the examples in here but cannot get them to work. The approach I would like to use is to add a new column to my table and use a query to make the conversion. The expression that I wrote is:
CDbl( [FF_INITIALU] ) As FF_InitialMTU
but I get the error message saying my expression contains invalid syntax. Am I making something very simple more difficult that it really is? Any suggestions will be greatly appreciated. Thanks.
CDbl( [FF_INITIALU] ) As FF_InitialMTU
but I get the error message saying my expression contains invalid syntax. Am I making something very simple more difficult that it really is? Any suggestions will be greatly appreciated. Thanks.