Form opening inside an Access window in the background

lespritdelescalier

Registered User.
Local time
Today, 12:28
Joined
Mar 16, 2015
Messages
50
Hello!

So I've got a little problem.. I have three forms:

Form_A (main form for the application - should always be open)
Form_B (always open, but sometimes has visibility set to false)
Form_C (opens from button on Form_B)

When I press the button on Form_B, the only code behind it is DoCmd.OpenForm "Form_C". This seems to hide Form_B, and open Form_C behind Form_A (which is the main form of the application) inside of an Access window.

I would like Form_C to open in front of Form_B. I suspect that I set up the form incorrectly or something when I created it, and it is therefore opening inside an Access window.

Any ideas would be helpful!

Thanks!
 
So it looks like I may have posted this too soon.

In the form properties, I set Pop Up to Yes, and it worked. I'll figure out why my Form_B is hiding itself now.

Hopefully someone else comes across this one day and it's helpful to them.
 

Users who are viewing this thread

Back
Top Bottom