Hi
I am trying to read the keyfield adfldkeycolumn or adfldisnullable from the
attributes property of the fields in a recordset using jet4.0 enjin.
fieldkey = IIf(mrsDataset(Index).Attributes And adFldKeyColumn, "Yes", "No")
However, code like this always gives a "no" even if it is a key column, and
the same with the nullable attribute. The attributes for example total to
102 and I am sure one of the attributes would be adfldkeycolumn, but how do
I get that out of the total attribute integer.
Thank You
Regards
Riaan