I have looked and looked through the forums and while I found references to my issue, I was unable to locate a workable solution. Doesn't mean it isn't there, I just couldn't find it.
Here's what I have - I have a form named 'MainMenu'. 'MainMenu' is linked to a table named 'Pending' (this can't change). Embedded in the 'MainMenu' form is a subform named 'DataRecovery'. 'The form 'DataRecovery' is linked to a the table named 'DataRecovery'. The 'DataRecovery' table has a single number field.
On the 'DataRecovery' subform the only thing the user will do is enter a number representing how many times an action is performed and press a button that will save the record to the 'DataRecovery' table.
I need to place another object on the 'MainMenu' form that shows the total from the 'DatRecovery' table. I have managed to do this with a simple query; however, it will not do it immediately after a new record is entered. I have to exit and come back in before the total will update.
How can I get this object/query to update immediately on the 'MainMenu' form?
I would prefer to code this as opposed to a macro. If anyone can answer this one, please describe how to do using very small words
Here's what I have - I have a form named 'MainMenu'. 'MainMenu' is linked to a table named 'Pending' (this can't change). Embedded in the 'MainMenu' form is a subform named 'DataRecovery'. 'The form 'DataRecovery' is linked to a the table named 'DataRecovery'. The 'DataRecovery' table has a single number field.
On the 'DataRecovery' subform the only thing the user will do is enter a number representing how many times an action is performed and press a button that will save the record to the 'DataRecovery' table.
I need to place another object on the 'MainMenu' form that shows the total from the 'DatRecovery' table. I have managed to do this with a simple query; however, it will not do it immediately after a new record is entered. I have to exit and come back in before the total will update.
How can I get this object/query to update immediately on the 'MainMenu' form?
I would prefer to code this as opposed to a macro. If anyone can answer this one, please describe how to do using very small words
