mikesmithblue
Technical User
I have fried my eyes searching and while I have found many close, have not been able to find exact issue (maybe I missed it, if so I apologize)
I have a main form “FrmProcessMain” which updates “TblProcessMain” and a subform “QryEstSubForm”. The subform is a combination of two queries which pull from the same main table “TblProcessMain”
Here is what I am trying to do. Once I enter and/or change data on the main form (in a field that the queries pull from) I would like the subform to then “automatically” update. The best I have gotten is I can get it to update but I have to click on/in the subform. I really want to avoid having to do that. The idea is the user just has to enter in his data and then the subform will instantly display the result/answer so to speak.
Any help/comments/suggestions greatly appreciated. In my feable mind this should be easy but apparently not for me.
Thanks
I have a main form “FrmProcessMain” which updates “TblProcessMain” and a subform “QryEstSubForm”. The subform is a combination of two queries which pull from the same main table “TblProcessMain”
Here is what I am trying to do. Once I enter and/or change data on the main form (in a field that the queries pull from) I would like the subform to then “automatically” update. The best I have gotten is I can get it to update but I have to click on/in the subform. I really want to avoid having to do that. The idea is the user just has to enter in his data and then the subform will instantly display the result/answer so to speak.
Any help/comments/suggestions greatly appreciated. In my feable mind this should be easy but apparently not for me.
Thanks