|
|
|||||||||
|
|||||||||
|
|||||||||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
Alter Table
I can create a blank field doing
[code] strSQL1 = "ALTER TABLE " & strbatch & " ADD COLUMN donotdisplay Integer;" DB.Execute strSQL1 [/cpde] but want a yes/no table, tried putting yes/no where interger is now and also yesno, does anyone have alist of have to create a 'type' of column |
|
#2
|
||||
|
||||
|
what database you got? each database has its own set of types.
|
|
#3
|
|||
|
|||
|
Access 1997
|
|
#4
|
||||
|
||||
|
couldn't find any official documentation.. try BOOL and you can
also post in our Access Forum, surely someone there will know the type. |
|
#5
|
|||
|
|||
|
Good day,
Thank you. I've deiced to 'cheat' and just use them as text or number fields only and have 1 or 0 for Yes/No works the same for me! Quote:
|
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Alter Table |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|
|