Hello,
It's a strange question, I can easily do it another way, but I'm curious and want to know if it's possible to do it my way.
When I type in execution mode :DoCmd.OpenForm "_f_Principal", acDesign
Or, when in a module, I have :
Sub commande3()
DoCmd.OpenForm "_f_Principal", acDesign
End Sub...