Startform to be hidden in

W

Werner

Hallo,

i have a database with a startform. When i start the database the startform
open to first.

I want that the form is hidden. What can i do?

Sorry for my bad english.

Cheers, Werner
 
D

Douglas J. Steele

Create an AutoExec macro that uses the OpenForm action (with Window Mode set
to Hidden) to open the form .
 
Top