Hi,
I've managed to find the following code to change a field's data type. it isn't running, though. I get a Run-time error for the line "fld.Type = 8".
Any help would be gratefully received!
Function ChangeFieldDataType()
Dim db As DAO.Database, tdf As DAO.TableDef, fld As...