I need to update all column names in an Access database of 8 tables. In short, each underscore in a column name should be replaced with a space. Can you recommend a fast method for doing this?
Did you try using TableDefs
DatabaseName.TableDefs("TableName").Fields("FieldName").Name = "NewName"
http://msdn.microsoft.com/en-us/library/bb220949.aspx
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With