How to convert a text field in an Access table to a rich text memo using VBA
My users have a number of backend .accdb databases (which I can't access directly). I need to code some vba to modify the structure of some of the tables in these databases to convert Text Fields to Rich Text memos. (The fields already contain text including Access "rich-text" i.e. the relevant html coding). I need to: Modify the field to be a rich text memo. Modify the existing contents (if applicable) to display correctly as Access rich text in forms, datasheets and reports. I can write a SQl statement that will modify a field from TEXT (255) to MEMO: ALTER TABLE tblSource ALTER COLUMN