Hi,
I'm genuinely stumped by this one - usually I can find the solution to my issue online, but not this time.
I have a subform nested quite deeply (3 deep). This subform has two unbound text boxes on it that obtain values from other subforms on their on current events.
The on current code is running without error, but the text boxes remain visibly blank. However, if I Debug.Print their values then I get the value that they're supposed to be displaying, so clearly they are getting the value somehow, but not showing it.
These text boxes are used as master fields for other sub forms, and these subforms are not updating despite the fact that these text boxes appear to have the right value in VBA and are just not displaying the correct value. If I type in values in these text boxes, the subforms relying on them update.
Hope you can help.
Thanks.