L
l prince
Is there an easy way to determine if a field in a
recordset is an autonumber field? I would like to do
something like:
if rst.fields(index).???? = dbautoincrField then
do something
else
do something else
end if
I can't seem to figure out how to use the attributes
property since it seems to be a sum of all the
possibilities.
thanks!
recordset is an autonumber field? I would like to do
something like:
if rst.fields(index).???? = dbautoincrField then
do something
else
do something else
end if
I can't seem to figure out how to use the attributes
property since it seems to be a sum of all the
possibilities.
thanks!