G
Guest
On a form B I have this code to close the current form, and reopen it with
the Edit_B_values_Click macro. The Click macro is run when a button on
form_frmA is clicked, but can be adressed by code.
DoCmd.Close
Form_frm_A.Edit_B_values_Click
My problem:
I have a combobox on frm_B that, when clicking on it , labels are filled in.
after closing and reopening my form, I do not see my values in the labels
anymore.
Anyone encounterred this problem before?
the Edit_B_values_Click macro. The Click macro is run when a button on
form_frmA is clicked, but can be adressed by code.
DoCmd.Close
Form_frm_A.Edit_B_values_Click
My problem:
I have a combobox on frm_B that, when clicking on it , labels are filled in.
after closing and reopening my form, I do not see my values in the labels
anymore.
Anyone encounterred this problem before?