ardy
Registered User.
- Local time
- Today, 15:12
- Joined
- Sep 24, 2012
- Messages
- 98
Hello All:
I have two forms, A and B. Form A is detail info of students. From Form A I am opening Form B to Add assigned tests. Once I Save and close Form B, I like to Re-freash form A so the record that was just entered in Form B shows up in Form A subform.
I am not sure under what event in form A I need the following vb code, I have tried couple but it’s not working…….. any ideas……
I have two forms, A and B. Form A is detail info of students. From Form A I am opening Form B to Add assigned tests. Once I Save and close Form B, I like to Re-freash form A so the record that was just entered in Form B shows up in Form A subform.
I am not sure under what event in form A I need the following vb code, I have tried couple but it’s not working…….. any ideas……
Code:
Forms![frm_Students_Details].Form.Requery
Forms![frm_Students_Details].[Assignment subform].Form.Requery
Forms![frm_Students_Details].[Tests subform].Form.Requery