I am using Access 2013.
I am coding a requery on a datasheet inside a subform.
My setup:
- Using a navigation form with top and side buttons.
- Main active form is (Main_Hub)
- When Task tab is active the subform is (Task_List)
- On that subform are 3 datasheet forms (Task_Form_Priority_1_High) etc...
This is when the issue starts
- After adding a new task the datasheet form (Task_Form_Priority_1_High) does not update unless I click on the Task button (either the main task tab button or the side tab button)
I know I need to use something with Forms!subform!form.requery
.
Edit:
(Main_Hub) has navigation button that has target (Task_List).
Task_List form contains 1 button to add task and 3 Datasheet forms (Task_Form_Priority_1_High), med, and low.
Those datasheet use queries as there record source (Task_Query_Priority_1_High), med, low.