Saving data to specific record

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have linked a pop-up form to the main form to enter additional data to a specific record. When I save the entered data, it saves to all records, not just the one. When I open a different record, and then open the linked form, the data from the previous record is there. How can I fix this?
 
I have linked a pop-up form to the main form to enter additional
data to a specific record. When I save the entered data, it
saves to all records, not just the one. When I open a different
record, and then open the linked form, the data from the previous
record is there. How can I fix this?
--------------------
This indicates that your main form and popup form are not "synchronized."
You need a filter in the popup form so the unique identifier on both the
main form and popup form are identical.

Hope this helps,
 
----- Ginny wrote: ----

I have linked a pop-up form to the main form to enter additional data to a specific record. When I save the entered data, it saves to all records, not just the one. When I open a different record, and then open the linked form, the data from the previous record is there. How can I fix this?
 
Back
Top