Hi guys
I have an access form and on it there is a MI button . when the user click on the button then query opens up but my problem is query is displayed behind the access form. How can I display the query upon the form.
I have an access form and on it there is a MI button . when the user click on the button then query opens up but my problem is query is displayed behind the access form. How can I display the query upon the form.
Code:
Private Sub MI_Click()
DoCmd.OpenQuery "qryCompleted", acViewNormal, acReadOnly
End Sub