J John Vinson May 1, 2006 #2 Is it possible to add a column to an existing table using VBA? Click to expand... Yes; it's not the simplest way but it can be done. Use the CreateField method of the DAO TableDef object - see the VBA online help for details. John W. Vinson[MVP]
Is it possible to add a column to an existing table using VBA? Click to expand... Yes; it's not the simplest way but it can be done. Use the CreateField method of the DAO TableDef object - see the VBA online help for details. John W. Vinson[MVP]
G Guest May 1, 2006 #3 Thanks, John...After some more research I figured out what key words I needed to search for help and found a posting that that helped.
Thanks, John...After some more research I figured out what key words I needed to search for help and found a posting that that helped.