R
Rex
Hi,
I want to change a value in one table depending on the value(s) in
another table. I am trying to achieve this in a form.
to elaborate
I have a many-to-many relationship between tables Forms and Family and
the associate table is called Forms_Family. Forms_Family have fields
"dateSent" and "dateReceived". The Family table has a field called
"familyStatus". I want to change the value of "familyStatus" field
depending on the kind of form that has been sent and when it was
received back:
Forms_Family Table
FamilyID | FormsID | dateSent | dateReceived
------------------------------------------------------------------------
000 | form1 | 1/8/2003 |
001 | form2 | 5/9/2003 |
in the above table when I receive form1 and as soon as I enter a date
in "dateReceived" field I want the status of that particular family to
change in the Family table
Any help would be greatly appreciated..
Rex
I want to change a value in one table depending on the value(s) in
another table. I am trying to achieve this in a form.
to elaborate
I have a many-to-many relationship between tables Forms and Family and
the associate table is called Forms_Family. Forms_Family have fields
"dateSent" and "dateReceived". The Family table has a field called
"familyStatus". I want to change the value of "familyStatus" field
depending on the kind of form that has been sent and when it was
received back:
Forms_Family Table
FamilyID | FormsID | dateSent | dateReceived
------------------------------------------------------------------------
000 | form1 | 1/8/2003 |
001 | form2 | 5/9/2003 |
in the above table when I receive form1 and as soon as I enter a date
in "dateReceived" field I want the status of that particular family to
change in the Family table
Any help would be greatly appreciated..
Rex