J
Jay
Does anyone know using vba code to save a changed record in a form that is
not the current form?
For example, formA has a button that opens formB. FormB has a button that
changes some data on formA. After making this change, I want to save the
record in formA (using the code in formB).
I have tried forms!formA.refresh, etc. I have tried docmd.domenuitem (save
entry), etc., but no success. Unfortunately, cannot close and reopen formA.
Thanks very much if you can help.
not the current form?
For example, formA has a button that opens formB. FormB has a button that
changes some data on formA. After making this change, I want to save the
record in formA (using the code in formB).
I have tried forms!formA.refresh, etc. I have tried docmd.domenuitem (save
entry), etc., but no success. Unfortunately, cannot close and reopen formA.
Thanks very much if you can help.