mcgooie
01-26-2007, 04:05 AM
Does anyone know if its possible to change the data type of a field from "Text" to "Number" by using a macro?
thx
thx
|
View Full Version : Change data type mcgooie 01-26-2007, 04:05 AM Does anyone know if its possible to change the data type of a field from "Text" to "Number" by using a macro? thx neileg 01-26-2007, 08:10 AM Why? You can change it in a query using CDbl(), Val() or similar in a calculated field. Bear in mind that if your data is not capable of of being converted, you'll get errors. |