
Does MDB 7.0 support autoincrementing fields?
I created an application using VB 4.0 16 bit using using an MDB 2.0
format database. It allowed me to designate a key field as a long
integer and as a counter field, which means that everytime a new
record is added, the value in the field would automatically be
incremented.
Now I am trying to port this project to VB5, but I get errors of
"unknown data type" whenever I try to compact the database to an MDB
7.0 type.
Does MDB 7.0 support autoincrementing fields?
I use this field as a keyed record number.
Thanks in advance.
Jeff Davis