How can I hide a form?

M

Me

I want a form to be visible and editable only thru' another form.
Is it possible? How can I do it?

Otherwise what are the options?

Thank you,
-Me
 
N

Nikos Yannacopoulos

Hide the database window Tools > Startup, uncheck Display Database
Window), so the form can't be opened directly.
Use a command button on the other form to open your form (the button
wizard will guide you through without requiing any programming knowledge).

HTH,
Nikos
 
Top