Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Forms Programming / March 2007

Tip: Looking for answers? Try searching our database.

Updating property of combo within subform

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
steve p - 22 Mar 2007 17:40 GMT
Please Help!!!
I have a form with a tab control and several pages, each have a subform on
it. When I change, or select something in a combo box on the main page, I
want to update the contents of a combo box which is on a subform on the
second page of the tab control.

Updating a combo box on the main page is simple enough, DoCmd.Requery
("combo1"). I can't seem to figure out how to reference the control on the
subform though.

Any help is greatly appreciated.
Marshall Barton - 23 Mar 2007 01:18 GMT
>Please Help!!!
>I have a form with a tab control and several pages, each have a subform on
[quoted text clipped - 5 lines]
>("combo1"). I can't seem to figure out how to reference the control on the
>subform though.

A more explicit way to requery a mainform combo is
    Me.combo1.Requery

For a combo on a subform:
    Me.subform.Form.combo2.Requery
Note that the tab control has nothng to do with it.

Signature

Marsh
MVP [MS Access]

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.