Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7434595
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T09:55:07+00:00 2026-05-29T09:55:07+00:00

I have a tab form called Home and I would like to say for

  • 0

I have a tab form called Home and I would like to say for example refresh another form loaded in one of the tabs (or the current one).

I tried the following: [Forms]![Home].[Form]![AnotherForm].[Form].Refresh

But no joy – what is the correct syntax?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T09:55:08+00:00Added an answer on May 29, 2026 at 9:55 am
    Forms![Home]![Name_of_subform_control_on_Home_form].Requery
    

    or (alternative syntax):

    Forms("Home")("Name_of_subform_control_on_Home_form").Requery
    

    Some clarification:

    1. In Access, nested subforms are always placed in a subform control.
      If you want to access the subform programmatically, you have to use the name of the subform control, not the name of the nested subform itself!
    2. It doesn’t matter whether the subform control is directly on the Home form, or in a tab control. You always use the names of the form and of the subform control, you don’t need the name of the tab control.

    The solution is even shorter when the code that does the refresh is directly in the Home form:

    Me.Name_of_subform_control_on_Home_form.Requery
    

    EDIT:

    I just noticed that I used Requery instead of Refresh in my answer (probably because I read ChrisPadgham’s answer before where he suggests using Requery).

    You can call both Requery and Refresh using the syntax shown above.
    Which one to use depends on what you want to do:

    • Use Requery if you want to re-load the data source of the form
    • Use Refresh if you want to re-load the form itself, i.e. refresh the controls
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a form with 3 tabs: one tab is for user entry and
I have Ext.tab.Panel with few items. One item is login panel of type Ext.form.Panel.From
I have a workbook that has many checkboxes (form control) on one tab. I
I have a tab control on a form, and a couple different tabs have
Let's say I have a panel/window containing a search form and tab(s) containing the
I have a tab in a windows form called Wafer Map that has three
I have a tab control on a blank form, although when I change tabs
I have this page which has tabs. Content in say, tab 1 loads as
I have created a tab control and few forms. Each form opens in a
I have a form which has only tab control in it. I want to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.