If table A has a autonumber data type, and it's the primary key in table A, and then it appears in table B as a foreign key, with the same data type of autonumber, [ with table B already containing autonumber for it's own primary key], i get an error message that "no more than one autonumber allowed in the same table". Table B will save if I change the foreign key to "number" data type. Does this sound correct? I'd like to start using autonumbers more and more if possible. thanks.
2007-11-29
13:53:50
·
1 answers
·
asked by
27ysq
4
in
Computers & Internet
➔ Other - Computers