Hi everyone!
I have a form and when i Click on a button it opens another new form. Its working fine but the new form opens behind the present form and only become active when I close the present form.
I don't want to close my present in order to use the new form.
What could be the problem? please help..
my code to open the form:
"Dim str As String
strCrit = "PkID=" & Me.RadStocks
DoCmd.OpenForm "frmIssueRadItems", , , str"
I have a form and when i Click on a button it opens another new form. Its working fine but the new form opens behind the present form and only become active when I close the present form.
I don't want to close my present in order to use the new form.
What could be the problem? please help..
my code to open the form:
"Dim str As String
strCrit = "PkID=" & Me.RadStocks
DoCmd.OpenForm "frmIssueRadItems", , , str"