I have a form A which displays, among other things, the value of a field based on some table values.
Form A calls Form B which calls Form C which changes the table values, which affects the field value on Form A.
I tried using acDialog when I open Form B and Form C, but when I do this Form C appears behind Form B. I also tried setting Popup to true for the forms but that did not help.
Essentially what I want to do is execute some code in Form A once I return from Forms B & C, to update...
Read more
Form A calls Form B which calls Form C which changes the table values, which affects the field value on Form A.
I tried using acDialog when I open Form B and Form C, but when I do this Form C appears behind Form B. I also tried setting Popup to true for the forms but that did not help.
Essentially what I want to do is execute some code in Form A once I return from Forms B & C, to update...
Read more