Results 1 to 4 of 4
  1. #1
    twillingham is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Sep 2014
    Posts
    2

    Why does this table popup?

    I am working in a database used to register students for Cooperative Education at a University. When we register students, we have a form with their information, that contains a subform that contains the actual interview times registration for each student. In the original database (before my time), when you click in the subform to choose a time for a student to interview with a particular company, a table (query?) pops up showing the current times that are already registered for that company to help prevent double booking. I am trying to implement this in our current access database, but I cannot figure out what is making this popup in the original. There is no macro or vba code associated with this as far as I can tell.

    Thanks in advance for your help!

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,549
    It could be the relationship. If 2 tables have it, Access will show a parent-child table.

  3. #3
    John_G is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2011
    Location
    Ottawa, ON (area)
    Posts
    2,615
    Hi -

    If the table/query pops up in response to a click, there has to be code or a macro do do it. Most likely this is in the code for the sub-form. Open the sub-form in design view, click the "Design" tab on the ribbon, the click "View Code" to open the code module, and look for a _Click event.

    Are there any macros in the database that look as if they might open something?

    HTH

    john

  4. #4
    twillingham is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Sep 2014
    Posts
    2
    Thanks for the replies. I have read the documentation on parent-child and see no reason for anything to popup.

    As far as macros, there are none relating to this function that I can find. As far as code, there is none in this database.

    Any other suggestions? Thanks!

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

Similar Threads

  1. popup form
    By Cosmo Monkey in forum Forms
    Replies: 1
    Last Post: 03-25-2013, 03:06 PM
  2. Popup form
    By marcsessoms in forum Forms
    Replies: 8
    Last Post: 02-17-2012, 08:53 PM
  3. form popup
    By fabiobarreto10 in forum Forms
    Replies: 30
    Last Post: 01-19-2012, 01:54 PM
  4. Popup Should come before insert
    By waqas in forum Forms
    Replies: 1
    Last Post: 09-22-2011, 12:08 PM
  5. Popup Form
    By NISMOJim in forum Forms
    Replies: 1
    Last Post: 10-23-2010, 09:16 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