S
SOS
Hi, I really need help in this issue.
I have a main form which contains several subforms. One of the subform is a
continueous form with several text fields and on open form button. in this
subform, it will display several records. When user press the open form
button in one of the record, it will pop up another pop up form. Now, the
problem is when I finish the pop-up form, I need to change the color of the
open form button in the subform. In programming, I change the button color
after I close the pop-up form. Then I found out button in every record in
the subform was changed. What should I do? I only want to change the button
which opened pop-up form, not every one in the sub form.
I know that specific record id in the subform calling pop-up form. Should I
read that record one more time to find that specifc record? Is there anyway,
I can save the calling button location or somehow I can come back when I
finish the pop-up window.
I have a main form which contains several subforms. One of the subform is a
continueous form with several text fields and on open form button. in this
subform, it will display several records. When user press the open form
button in one of the record, it will pop up another pop up form. Now, the
problem is when I finish the pop-up form, I need to change the color of the
open form button in the subform. In programming, I change the button color
after I close the pop-up form. Then I found out button in every record in
the subform was changed. What should I do? I only want to change the button
which opened pop-up form, not every one in the sub form.
I know that specific record id in the subform calling pop-up form. Should I
read that record one more time to find that specifc record? Is there anyway,
I can save the calling button location or somehow I can come back when I
finish the pop-up window.