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?
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?
Comment