Access database window reappears

L

LD

I am experiencing the database window re-appearing. I hide the database on
startup; however, I have a double click event to open another form, which
causes the database window to be exposed...


Running Office Access 2003
 
L

LD

Thanks for the response..

Code below
******
DoCmd.OpenForm strPrvFrmName, acNormal, , , , acHidden
DoCmd.SelectObject acForm, "scrview", True

scrID = Me.SCR.Value
DoCmd.OpenForm "assessment-edit", acNormal, , "scr =" & "'" & scrID & "'", ,
, strPrvFrmName
*********
 
L

LD

Thanks for the response..

Code below
******
DoCmd.OpenForm strPrvFrmName, acNormal, , , , acHidden
DoCmd.SelectObject acForm, "scrview", True

scrID = Me.SCR.Value
DoCmd.OpenForm "assessment-edit", acNormal, , "scr =" & "'" & scrID & "'", ,
, strPrvFrmName
*********
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top