How can i change the property of a text to a currency ?
I am changing the property to number with the following line :
db.Execute "ALTER TABLE MyTable ALTER COLUMN F1 INTEGER", dbFailOnError
But i cannot change it to currency.The folloiwng line gives me an error:
db.Execute "ALTER TABLE MyTable ALTER COLUMN F2 dbcurrency", dbFailOnError