(Macro/VBA newbie)
I have a form that displays data for tutoring pairs, one pair at a time. I have a cmd button on the form that rolls over the pair; i.e. it opens an append query that inserts the current pair's StudentID, TutorID, and the new AcademicYr in tblPairs. That macro is working fine.
I would also like this button to "reopen" the open form showing the newly updated record after the new record has been added. Is there a way to add another macro to do that as well? I tried using OpenForm but that didn't work.
Thank you!
I have a form that displays data for tutoring pairs, one pair at a time. I have a cmd button on the form that rolls over the pair; i.e. it opens an append query that inserts the current pair's StudentID, TutorID, and the new AcademicYr in tblPairs. That macro is working fine.
I would also like this button to "reopen" the open form showing the newly updated record after the new record has been added. Is there a way to add another macro to do that as well? I tried using OpenForm but that didn't work.
Thank you!
Last edited: