NauticalGent
Ignore List Poster Boy
- Local time
- Today, 01:02
- Joined
- Apr 27, 2015
- Messages
- 6,750
Good morning everyone,
I do not know how something so simple is proving to be so difficult, but here we are. In the attached DB, I have a form called f_OTD_Assignments with a Subreport and also has a subreport. When you click on the "Edit" button, a pop-up/modal form opens and allows the user to change the current status. When the form status is changed, I want the subreports to reflect the change. Should be Childs play but it is kicking the crap out of me.
For the time being I added a "Refresh" button on the top subreport that works but I am trying to avoid that.
I have tried
No luck so far. I am guessing it could be something to so with both forms being pop-ups but that is simply a guess. Any ideas?
I do not know how something so simple is proving to be so difficult, but here we are. In the attached DB, I have a form called f_OTD_Assignments with a Subreport and also has a subreport. When you click on the "Edit" button, a pop-up/modal form opens and allows the user to change the current status. When the form status is changed, I want the subreports to reflect the change. Should be Childs play but it is kicking the crap out of me.
For the time being I added a "Refresh" button on the top subreport that works but I am trying to avoid that.
I have tried
Code:
Forms![f_OTD_Assignments]![srep_OTD_AssigmentDetail].Report![srep_OTD_AssigmentDetail_CLIN].Report.Requery
Forms![f_OTD_Assignments]![srep_OTD_AssigmentDetail].Report.Requery
Forms![f_OTD_Assignments].Requery
No luck so far. I am guessing it could be something to so with both forms being pop-ups but that is simply a guess. Any ideas?