i want to add a column to my access table using Visual express 2008.
can anybody show me how to refference my connection, adapters, datasets and update the table?
Wanting to automate the additions of fields to tables is usually a sign that the database needs to be restructured.
In a good design, everything is done by adding records rather than new fields or tables.
Tell us more about the tables and relationships.