Home All Groups Group Topic Archive Search About
Author
5 May 2007 12:07 PM
C.A. Amaya
I  would like a little help with a piece of code.
I have an Acess DB table, I want to add a field. My problem is that after
ading the field, the database is not updated. How do you add a field in an
existing table. thanks.

Author
5 May 2007 3:54 PM
Kerry Moorman
C.A. Amaya,

Use the Add Column clause of the Alter Table command:

http://msdn2.microsoft.com/en-us/library/aa140015(office.10).aspx

Kerry Moorman


Show quoteHide quote
"C.A. Amaya" wrote:

> I  would like a little help with a piece of code.
> I have an Acess DB table, I want to add a field. My problem is that after
> ading the field, the database is not updated. How do you add a field in an
> existing table. thanks.
>
>
>