|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
How can I programatically add a field to a Table/Recordset in an MS access Data Base and assign
values (e.g., text, n characters, no null, etc.) to that field? Thanks. |
|
#2
|
||||
|
||||
|
User the following SQL Statement to alter your Db.
Code:
ALTER TABLE YourTable ADD COLUMN YourNewColumnName char(10) null |
|
#3
|
|||
|
|||
|
Thanks, Lewy.
|
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Add a field to an existing Access table |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|