Please can someone tell me if I can change a table field properties using VBA? I have a table which imports a field as Date, but I want to change it to Text.
As long as you are importing the data into an established table [setup the way you want it] you should not need to change the field type with VBA. I advise against importing data into a new table each time you import a file via VBA.