I have a button control on a subform that opens another input form modally. The problem is that a text box control on the original subform won't requery after the second modal input form is closed. Why???
Here's my code .... any thoughts??
DoCmd.OpenForm "frmAttachments", , , "ComplaintLineID = " & CStr(Me.ComplaintLineID), , acDialogMe!txtNumAttachments.Requery ' <--- doesn't work; Does nothing to refresh the displayed data