Results 1 to 2 of 2
  1. #1
    DavidMcArthur is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Jun 2016
    Posts
    18

    Popup

    Hi Everyone,



    I have a Multiple Items table to show people related to a specific company.

    So in my form I have Company A and everyone from that company is displayed in a Subform linked to a Multiple Items table form as described above.

    Is there a way I can have a link so that if you click on it another popup will show with a bit more information for that person?

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    select the record, click a button to show detail,
    if the button is on the master form , you want to reference the subform then the text box name on the subform
    (use the builder to get the path correct)

    if the buton is on the sub form, then its just me.txtID

    'btn on master form
    docmd.openform "frmDetail",,,"[empID]=" & forms!frmMaster!subForm!form!txtID

    'btn on sub form
    docmd.openform "frmDetail",,,"[empID]=" & me.txtID

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

Similar Threads

  1. Popup vba
    By stephenchan433 in forum Access
    Replies: 1
    Last Post: 12-09-2015, 10:55 AM
  2. Popup sizing
    By Thompyt in forum Programming
    Replies: 2
    Last Post: 09-21-2015, 02:20 PM
  3. parameter popup
    By slimjen in forum Forms
    Replies: 1
    Last Post: 04-14-2015, 12:34 PM
  4. Popup shows up asking for ID
    By jj1 in forum Access
    Replies: 1
    Last Post: 03-31-2015, 10:20 AM
  5. Popup form
    By marcsessoms in forum Forms
    Replies: 8
    Last Post: 02-17-2012, 08:53 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