M mcnews Jun 20, 2006 #1 how can i programmatically determine if a field (column) is an identity field?
M mcnews Jun 20, 2006 #2 here's how: fldSubField.Properties("isautoincrement") or rs.Fields(0).Properties("isautoincrement")