
Adding new column to existing table
Hi,
Quote:
> Hi all,
> I'm looking for a way for VB to add a new column into an existing
table
> of an Access database. Anyone has a clue?
if you use ADO, take a look at ADOX in the help or microsoft MSDN. You can
add/edit/delete the fields of a database and their properties with this
library.
Regards,
Mathias Wuehrmann