Thanks for your reply.
This line of code tackes care of that:
ChangeFieldType dbs, "ING", "ISID", dbText, 50
("ING" being the table name, and "ISID" being the field name)
changes field type to dbText, 50 Chars long. It runs after creating the table:
App.ImportXML FilePaths(i), acStructureOnly...