--
Build a little, test a little.
Ok So basically form 1 has information about the customer, then we click log
interaction which brings up form 2. Some of the fields such as member ID are
carried over from form 1. Then the rest of the fields are entered by the
user interacting with the customer manually. They then close out the form
and the table is updated with the information that they entered. The problem
we have is the things passed from form 1 to form 2 are not updating in the
table, only the stuff the agent manually enters.
Do you have a one-to-many relationship between the two tables?
Make sure the fields on the second form that contain the data from the first
form are bound to the table that the rest of the fields on form 2 are bound
to.
--
Daryl S