![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I get this error... Invalid field data type (3259) When I run a line like this... Set fld = tdf.CreateField("MyID", dbAutoIncrField) dbAutoIncrField has an intrinsic value equal to 16. Any reason why this should not work in Access 97? |
#3
| |||
| |||
|
#4
| |||
| |||
|
#5
| |||
| |||
|
|
Along that same line, I looked into A97 HELP a bit and found these Types all listed together in a section that seems to imply they can be valid values in the code line... dbBigInt Big Integer dbBinary Binary dbBoolean Boolean dbByte Byte dbChar Char dbCurrency Currency dbDate Date/Time dbDecimal Decimal dbDouble Double dbFloat Float dbGUID GUID dbInteger Integer dbLong Long dbLongBinary Long Binary (OLE Object) dbMemo Memo dbNumeric Numeric dbSingle Single dbText Text dbTime Time dbTimeStamp Time Stamp dbVarBinary VarBinary Most of my own needs can be satisfied with dbBoolean, dbDate, dbInteger, dbLong and dbText. Do you think most of the above mentioned types will work without a hitch? |
![]() |
| Thread Tools | |
| Display Modes | |
| |