Results 1 to 2 of 2
  1. #1
    jpkeller55 is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Sep 2010
    Posts
    169

    Show page on tab from control on subform


    I am currently using a checkbox on one page of a tab that when checked will make another page on the tab visible. When unchecked, the page is not shown. It is very simple code
    Code:
         If WebQuestion = -1 then
             Me.WEB.visible = True
                Else
             Me.Web.Visible = False
         End if
    I would like to move the checkbox control to another subform on my main form. Any idea how I make this functionality work?

    Main Form: frmQuestionDetail
    Subform: frmApprovalsubform
    Tab control: TabCtl225
    Page: WEB

    thanks for any help.

  2. #2
    jpkeller55 is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Sep 2010
    Posts
    169
    Answered my own question. thanks for looking.
    Code:
       If WebQuestion = -1 then
            Forms!frmQuestionDetail.WEB.Visible = True
    that was the reference I needed to use.

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

Similar Threads

  1. show 4 records in each report page
    By kareem_h in forum Reports
    Replies: 5
    Last Post: 11-10-2010, 10:11 PM
  2. Replies: 5
    Last Post: 10-19-2010, 08:02 AM
  3. Subform will not show data
    By Brian62 in forum Forms
    Replies: 2
    Last Post: 02-19-2010, 10:43 AM
  4. Multiple Control Box on Page
    By nkenney in forum Forms
    Replies: 2
    Last Post: 10-26-2009, 10:37 AM
  5. Replies: 4
    Last Post: 10-29-2008, 11:53 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