Evening, everyone. =)
I have a MainForm with a subform on it, and the latter remains hidden until you check a certain check box (procedure in check box's After Update event, and another in the MainForm's On Current). Everything's working fine here.
Here's where things get wonky.
On a separate custom menu form, I created a command button that opens MainForm in Read Only. However, the subform shows up blank. Just for kicks, I tried setting the Visible property of the subform to Yes, but it didn't help any.
Could anyone point me in the right direction? Many thanks in advance!
I have a MainForm with a subform on it, and the latter remains hidden until you check a certain check box (procedure in check box's After Update event, and another in the MainForm's On Current). Everything's working fine here.
Here's where things get wonky.
On a separate custom menu form, I created a command button that opens MainForm in Read Only. However, the subform shows up blank. Just for kicks, I tried setting the Visible property of the subform to Yes, but it didn't help any.
Could anyone point me in the right direction? Many thanks in advance!