Affichage des articles dont le libellé est Form opening inside an Access window in the background. Afficher tous les articles
Affichage des articles dont le libellé est Form opening inside an Access window in the background. Afficher tous les articles

Form opening inside an Access window in the background

mercredi 8 avril 2015

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!

Form opening inside an Access window in the background

Labels