I have a table which which is created from an Excel spreadsheet I import and has certain field names that come over from the spreadsheet. Can someone help me figure out how to change these multiple field names in VBA?
This is what the field names are after I import:
Quiz1, Quiz2, Quiz3, Exam1, Exam2 ... etc (The number of columns is irrelevant, there may only be two or there may be 20)
What I need to do is to add a certain string to the end of each field name, in this case "Out Of Grade", so the resulting field names would be:
Quiz1Out of Grade, Quiz2Out of Grade, Quiz3Out of Grade, Exam1Out of Grade, Exam2Out of Grade, etc.
I have figured out how to change an individual name if I know the name in advance. But in my case I don't know what the names will be until they are imported.
Thanks for any help
Rico
This is what the field names are after I import:
Quiz1, Quiz2, Quiz3, Exam1, Exam2 ... etc (The number of columns is irrelevant, there may only be two or there may be 20)
What I need to do is to add a certain string to the end of each field name, in this case "Out Of Grade", so the resulting field names would be:
Quiz1Out of Grade, Quiz2Out of Grade, Quiz3Out of Grade, Exam1Out of Grade, Exam2Out of Grade, etc.
I have figured out how to change an individual name if I know the name in advance. But in my case I don't know what the names will be until they are imported.
Thanks for any help
Rico