Results 1 to 5 of 5
  1. #1
    bhatti is offline Novice
    Windows 8 Access 2002
    Join Date
    Aug 2015
    Posts
    20

    Appearance of form

    Hello!

    I want my form to appear as pop up and not tabed. I searched on the web and find the suggestion that the pop up property in design view should be set to true. But I don't see property with this name in form design view.I am using Access 2007 for this specific database.Is there any other solution to make my form as pop up?

    Best Regards
    Bhatti

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    set
    POPUP=yes
    modal = YES
    and
    you must open the form as dialog
    docmd.OpenForm "frmMsg",,,,,acDialog

  3. #3
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 8 Access 2013
    Join Date
    Aug 2013
    Posts
    7,862
    Quote Originally Posted by bhatti View Post
    ... But I don't see property with this name in form design view...
    While in design view of your form, look to the Property Sheet. Make sure the form is selected while the Property Sheet is visible. The form is selected when you first open the form in design view. If you click on a control, like a textbox control, the form will no longer be selected. You can select the form by clicking the small square in the upper left corner of the form or by using the pulldown (Selection Type) within the Property Sheet.

    The Pop Up property is located under the "Other" tab within the property sheet. There is not a need to set the Modal property to Yes if all you desire is to have the form pop out of the main Access application window.

  4. #4
    bhatti is offline Novice
    Windows 8 Access 2002
    Join Date
    Aug 2015
    Posts
    20
    Thank you so much ItsMe.this was what I was mission. I was just single clicking on the form colored area and thought it is selected. You mentioned the location from where I selected the form.IT WORKED.Many thanks

  5. #5
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 8 Access 2013
    Join Date
    Aug 2013
    Posts
    7,862
    Glad to hear you have found a solution.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 2
    Last Post: 05-20-2015, 08:26 AM
  2. Replies: 12
    Last Post: 11-21-2014, 01:21 PM
  3. Replies: 1
    Last Post: 08-25-2011, 06:50 PM
  4. Program appearance
    By fojcenter in forum Access
    Replies: 2
    Last Post: 02-23-2010, 05:27 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums