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 / October 2005

Tip: Looking for answers? Try searching our database.

How to (re-)populate combobox in subform

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
hstijnen - 21 Oct 2005 16:19 GMT
Hi,

I've a form with a data entry field SelField and a subform. The subform
contains a combobox. Now I want to (re-)populate the combobox dependant from
the value in the Field.
The Rowsource Type of the combobox is Table/Query.
The Row Source is now like:
   Select name from table1 where table1.field = Me.Parent.SelField
But that doesn't work.
Can anyone help to fill the row source correctly?

TIA

Henk
Al Camp - 21 Oct 2005 21:29 GMT
hstijnen,
  You wrote...
> table1.field = Me.Parent.SelField
  I thought you said the field on the main form was named SelField?

  In your combo query use this criteria...
       = Forms!frmYourMainFormName!SelField
  Also, Requery the combo whenever SelField changes.
Signature

hth
Al Camp
Candia Computer Consulting - Candia NH
http://home.comcast.net/~cccsolutions

> Hi,
>
[quoted text clipped - 11 lines]
>
> Henk
 
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.