B
Brian
I get an "Incorrect use of property" error when I try to modify the
attributes as follows:
rel.Attributes = dbRelationUpdateCascade
What is wrong in my syntax here?
I can simply delete the relation, then re-create it with the correct
attributes using the .CreateRelation method as follows, but this seems like
extra work:
Set rel = .CreateRelation(relName, tblName, tblName2, relAttributes)
attributes as follows:
rel.Attributes = dbRelationUpdateCascade
What is wrong in my syntax here?
I can simply delete the relation, then re-create it with the correct
attributes using the .CreateRelation method as follows, but this seems like
extra work:
Set rel = .CreateRelation(relName, tblName, tblName2, relAttributes)