Hello. I'm a novice in Access VBA.
I have a some fields in a table that i would like to manipulate.
ie. delete a field, rename and set index property.
For example, tblstudent has the fields First and Last
How do I (in VBA):
1. delete the field "First"
2. rename "Last" to "LastName", and set it's Indexed property to "yes with duplicates"?
Thanks for all your help.
I have a some fields in a table that i would like to manipulate.
ie. delete a field, rename and set index property.
For example, tblstudent has the fields First and Last
How do I (in VBA):
1. delete the field "First"
2. rename "Last" to "LastName", and set it's Indexed property to "yes with duplicates"?
Thanks for all your help.