Hi all, hours on Google, to no avail.
I am trying to alter the datatype in a field from Number to Short Text. The field never contains more than 18 characters, and they are always numeric. However for onward transmission this field must be a text field.
This is the code that I thought should work, but it doesn't:
Can anyone correct me or point to an infallible alternative?Code:DoCmd.RunSQL "ALTER TABLE TblEpisode ALTER COLUMN EpisodeID Text(20);"
thanks in anticipation
Pete