Adding a field programmatically in MS Access...
Database
2
Posts
2
Posters
0
Views
1
Watching
-
Could somebody provide an explanation for how to programmatically add a new column to an existing Microsoft Access table, or point me to a resource article?
-
Could somebody provide an explanation for how to programmatically add a new column to an existing Microsoft Access table, or point me to a resource article?
You probably want to use the ALTER TABLE .... in a query to do that. The following, SQL Tutorial[^] might be helpful. Though I've done databases for over 15 years, even I find it helpful for remembering some SQL that I use in rare cases.
"Try asking what you want to know, rather than asking a question whose answer you know." - Christian Graus