G
Glen
I think I have a simple problem but I am having difficulty solving the
issue so maybe someone here can help.
I have two primary tables. The first is an IPR table which idetifies
problems that we experience during integration. It has several fields
such as the IPR Table ID named "ID" (autonumber index) and the issue
description (memo field). The second table is a TIR table with a TIR
ID (autonumber index) and several other fields including a field to
capture the relationship to IPR through a number field named "IPR
ID". I have created two forms, an IPR form for entering the IPR data
and a TIR form for entering TIR data. Much of the data on the TIR
form will use the data from the IPR table.
Here's what I am trying to do: Use the TIR form to capture
resolutions. I want the users to enter the TIR form and type the IPR
ID into the Form. I want the Form to populate with the data that
matches that IPR ID by pulling from the appropriate record on the IPR
table. For example: If a user enters the TIR form with TIR ID#3 and
enters IPR ID #25 into the form, I want the TIR Form to pull the issue
description, entry date, etc. from the IPR record that corresponds to
the IPR ID. As the user updates through the TIR Form I want it to
update the IPR table and TIR table without creating a new record in
the IPR Table.
Any suggestions?
issue so maybe someone here can help.
I have two primary tables. The first is an IPR table which idetifies
problems that we experience during integration. It has several fields
such as the IPR Table ID named "ID" (autonumber index) and the issue
description (memo field). The second table is a TIR table with a TIR
ID (autonumber index) and several other fields including a field to
capture the relationship to IPR through a number field named "IPR
ID". I have created two forms, an IPR form for entering the IPR data
and a TIR form for entering TIR data. Much of the data on the TIR
form will use the data from the IPR table.
Here's what I am trying to do: Use the TIR form to capture
resolutions. I want the users to enter the TIR form and type the IPR
ID into the Form. I want the Form to populate with the data that
matches that IPR ID by pulling from the appropriate record on the IPR
table. For example: If a user enters the TIR form with TIR ID#3 and
enters IPR ID #25 into the form, I want the TIR Form to pull the issue
description, entry date, etc. from the IPR record that corresponds to
the IPR ID. As the user updates through the TIR Form I want it to
update the IPR table and TIR table without creating a new record in
the IPR Table.
Any suggestions?