D
danftz
I have three tables, Owners, Parcels, and Ownership. Owner has and Owner_ID
and several fields of owner information. Parcel has a Parcel_ID and several
fields of information. Ownership is a junction table that matches these two
IDs.
I have created a form that displays the owner data in the main form and then
all of the parcels for that owner in the subform. I would like to be able to
add new parcels in the subform. When I try to do this, I get an error
message, "Field cannot be updated."
I checked the control properties, and the subform and its controls are not
locked.
Can anyone suggest what I can do to be able to add records to the subform?
Thank you.
and several fields of owner information. Parcel has a Parcel_ID and several
fields of information. Ownership is a junction table that matches these two
IDs.
I have created a form that displays the owner data in the main form and then
all of the parcels for that owner in the subform. I would like to be able to
add new parcels in the subform. When I try to do this, I get an error
message, "Field cannot be updated."
I checked the control properties, and the subform and its controls are not
locked.
Can anyone suggest what I can do to be able to add records to the subform?
Thank you.