G
Guest
Hi gang,
I have a form with which I want to update multiple related tables, using
Access 2000.
For the sake of the example, the "main" table, on the right side of all the
right joins, is Task; all other tables relate to that one with the attendant
referential integrity.
Within the scope of the form, I can update all fields attached to that
table, but not any fields attached to other tables, which makes sense
considering the ref integ.
I'm fine with coding a procedure in VBA, say at the After Update event, to
query the database and update it if the text entered in the field is not
found, for every field. What I'm wondering is if there's an intrinsic
functionality to the form, or the ref. integ, I'm missing that would make
this easier.
Hope that made sense and thanks a bunch for your help!
Paul
I have a form with which I want to update multiple related tables, using
Access 2000.
For the sake of the example, the "main" table, on the right side of all the
right joins, is Task; all other tables relate to that one with the attendant
referential integrity.
Within the scope of the form, I can update all fields attached to that
table, but not any fields attached to other tables, which makes sense
considering the ref integ.
I'm fine with coding a procedure in VBA, say at the After Update event, to
query the database and update it if the text entered in the field is not
found, for every field. What I'm wondering is if there's an intrinsic
functionality to the form, or the ref. integ, I'm missing that would make
this easier.
Hope that made sense and thanks a bunch for your help!
Paul