Hello,
I have a subform with 8 buttons that users can pick shortcut paths to. in that subform (subform 2) there is another subform (subform 3) that becomes visible to edit the button names and forms the user wants to open, it is just an edit query from the tblButtons table. when i close that edit subform 3 query or even make a change, the changes do reflect in the first subform 2 txtboxes correctly, but you cannot see the black text them unless you tab through the fields. Is there another way to refresh the subform 2, i have tried repaint, requery and refresh and even tried to set the focus to all 40 controls on the top subform?
Main form - frmHome
subform 1 - subaHome
subform 2 - subbUserFavorites
Subform 3 - qryUserCustomButtonssubform
thanks for any help
I have a subform with 8 buttons that users can pick shortcut paths to. in that subform (subform 2) there is another subform (subform 3) that becomes visible to edit the button names and forms the user wants to open, it is just an edit query from the tblButtons table. when i close that edit subform 3 query or even make a change, the changes do reflect in the first subform 2 txtboxes correctly, but you cannot see the black text them unless you tab through the fields. Is there another way to refresh the subform 2, i have tried repaint, requery and refresh and even tried to set the focus to all 40 controls on the top subform?
Main form - frmHome
subform 1 - subaHome
subform 2 - subbUserFavorites
Subform 3 - qryUserCustomButtonssubform
thanks for any help