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 / August 2007

Tip: Looking for answers? Try searching our database.

Associating fields or tables to an existing form

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
JJ - 30 Aug 2007 21:30 GMT
I'm trying to modify an existing form. In setting up "Control Source"
property of a combo box, the field or table that I want to choose is not in
original list (by clicking down down arrow) of fields or table.

How do I add fields or table to the list ? Thanks
Klatuu - 30 Aug 2007 21:42 GMT
The drop down in the control source property will list all the fields in the
form's record source property.  If the record source property of the form is
a table, it will list all the fields in the table.  If it is a query, it will
do the same.
If the field is not in the list, that means field does not exist in the
record source.  If the record source is a table and and the field you want is
in another table, you will have to create a query that joins the two tables
and change the form's record source to the query.  If the record source is
already a query, then there are two possibilities,  either the field exists
in one of the tables in the query but is not included in the query.  In this
case, edit the query and add the field.  Or, it could be you are still
looking for a field that is not in the tables in the query.  Now you have to
add the other table.
The only issue here is be careful you don't end up creating an uneditible
recordset.
Signature

Dave Hargis, Microsoft Access MVP

> I'm trying to modify an existing form. In setting up "Control Source"
> property of a combo box, the field or table that I want to choose is not in
> original list (by clicking down down arrow) of fields or table.
>
> How do I add fields or table to the list ? Thanks
JJ - 31 Aug 2007 23:36 GMT
Klatuu, this works! Thank you.

> The drop down in the control source property will list all the fields in the
> form's record source property.  If the record source property of the form is
[quoted text clipped - 17 lines]
> >
> > How do I add fields or table to the list ? Thanks
 
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.