B
Bill
I'm trying to set one of the fields in the current
record, which I assume I can do if I have the
right name for the collection. I thought it was
"Fields", but either that's wrong or how I've
used it here is wrong?????
Me.Fields("SubCat" & level "ID") = lngNewID
Where the current record contains fields of:
SubCat1ID, SubCat2ID,,,,,,,,,SubCatxID.
Bill
record, which I assume I can do if I have the
right name for the collection. I thought it was
"Fields", but either that's wrong or how I've
used it here is wrong?????
Me.Fields("SubCat" & level "ID") = lngNewID
Where the current record contains fields of:
SubCat1ID, SubCat2ID,,,,,,,,,SubCatxID.
Bill