M
Maury Markowitz
I have a subform displaying details in a popup form (a form in a dialog
window that is). When the form is first opened the subform displays the
correct information, but if the user changes the key field (in this case,
accountId), the subform does not update.
I trapped out changes in the AfterUpdate and did
"Me.PositionSubform.Requery", but nothing happens.
Anyone know how to make this work?
window that is). When the form is first opened the subform displays the
correct information, but if the user changes the key field (in this case,
accountId), the subform does not update.
I trapped out changes in the AfterUpdate and did
"Me.PositionSubform.Requery", but nothing happens.
Anyone know how to make this work?