R
Rick
I have a continuous form where people can view and enter information about
records in my database. The form displays all the open assignments for the
client or user entered.
In the detail section, I have a button. When pressed, it opens a form that
contains more detailed information for the record where the button was
pushed. If the user updates some of the information in my main form and
then clicks the button to open the pop-up form and enter additional
information, the info entered on the main form is not there. I need to add
something to my code that will update the record before opening the new
pop-up form.
Can someone tell me what line I need to insert to save the changes just
before I open the new form?
Thanks!
Rick
records in my database. The form displays all the open assignments for the
client or user entered.
In the detail section, I have a button. When pressed, it opens a form that
contains more detailed information for the record where the button was
pushed. If the user updates some of the information in my main form and
then clicks the button to open the pop-up form and enter additional
information, the info entered on the main form is not there. I need to add
something to my code that will update the record before opening the new
pop-up form.
Can someone tell me what line I need to insert to save the changes just
before I open the new form?
Thanks!
Rick