B
Bo Hansson
When creating Access tables from my Word VBA application I try the
following:
tdf.Fields.Append .CreateField("ID", dbAutoIncrField)
to get an auto incrementing field. The table is nicely created, but the data
type of
the auto field becomes an Integer. What's wrong ?
/BosseH
following:
tdf.Fields.Append .CreateField("ID", dbAutoIncrField)
to get an auto incrementing field. The table is nicely created, but the data
type of
the auto field becomes an Integer. What's wrong ?
/BosseH