JHMarshIII
Registered User.
- Local time
- Today, 14:41
- Joined
- Feb 8, 2002
- Messages
- 19
Where should I begin looking to fix this problem?
I have a complex form that is one main and four sub-forms. I have been using it for data entry into several related tables for some time now.
I made some changes to one of the underlying queries and/or tables. But I can't see to remember what I did. Now the form no longer works, returning an error of "recordset not updatable".
What should I look at first? Referential integrity? I did notice that there are some records in the underlying table of the main form that do not have related records existing in the related table in the subform.
The main form's dynaset property is set to inconsistant updates. The last changes I recall making where in the area of joins within a query.
Where should I begin looking?
I have a complex form that is one main and four sub-forms. I have been using it for data entry into several related tables for some time now.
I made some changes to one of the underlying queries and/or tables. But I can't see to remember what I did. Now the form no longer works, returning an error of "recordset not updatable".
What should I look at first? Referential integrity? I did notice that there are some records in the underlying table of the main form that do not have related records existing in the related table in the subform.
The main form's dynaset property is set to inconsistant updates. The last changes I recall making where in the area of joins within a query.
Where should I begin looking?