Results 1 to 6 of 6
  1. #1
    vicsaccess's Avatar
    vicsaccess is offline Competent Performer
    Windows 8 Access 2013
    Join Date
    Apr 2015
    Posts
    451

    forms in overlapping windows instead of tabbed.

    I'm trying to put together a DB with overlapping windows rather than tabs mainly because I think it looks better. I haven't done this in a while and I'm having a small problem. The forms are coming up on top of each other just fine but when I run a form to open a query the form still stays on top and you don't see the query. how do I correct this?

  2. #2
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 8 Access 2013
    Join Date
    Aug 2013
    Posts
    7,862
    Bind a form to the query and open the form in DS view.

  3. #3
    vicsaccess's Avatar
    vicsaccess is offline Competent Performer
    Windows 8 Access 2013
    Join Date
    Apr 2015
    Posts
    451
    tried it, not the look i'm going for. is there not a way to make my main form aways in back and everything including queries pop on top of it?

  4. #4
    CJ_London is online now VIP
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,845
    investigate using the form popup and modal properties - google to find out more or see this link

    http://www.access-programmers.co.uk/...d.php?t=179101

  5. #5
    vicsaccess's Avatar
    vicsaccess is offline Competent Performer
    Windows 8 Access 2013
    Join Date
    Apr 2015
    Posts
    451
    will they work on queries? i'm using them on my forms now.

  6. #6
    CJ_London is online now VIP
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,845
    no - you should not display queries directly - everything should be through forms or reports

    If your form has enough space to have a subform to display the query results, do the following:

    1. Create a subform on your form, delete the subform sourceobject property if there is one and call the subform control say QuerySF
    2. instead of having code to open the query as you have now, use the following code

    QuerySF.SourceObject="Query." & myQuery

    where myQuery is the name of the query you have been opening

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

Similar Threads

  1. Replies: 1
    Last Post: 02-16-2015, 12:10 PM
  2. Record Selector in Tabbed Forms
    By Michelle_Perron in forum Forms
    Replies: 6
    Last Post: 02-04-2014, 01:58 PM
  3. Tabbed Forms
    By snowboarder234 in forum Forms
    Replies: 1
    Last Post: 04-25-2013, 04:26 PM
  4. Order of Tabbed Forms
    By KACJR in forum Access
    Replies: 10
    Last Post: 10-18-2012, 11:56 AM
  5. Tabbed forms
    By jonesy29847 in forum Forms
    Replies: 5
    Last Post: 02-25-2011, 10:35 AM

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