Form size unchangable

  • Thread starter Thread starter Nur Muhammad
  • Start date Start date
N

Nur Muhammad

Dear Friend:
I want to open a child form double clicking on master form's text box.
As my master form is opend maximize, for this reason child form also open
maximize wehn i click text box. But i don't want that.

Pls response me as early as possible.

Thanks
Nur Muhammad
 
Unfortunately, in Access, when one form is maximized, all forms are
maximized.
 
try the following: set the child form's PopUp property to Yes, and add the
following code to the child form's Load event, as

DoCmd.Restore

hth
 
Back
Top