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 / Modules / DAO / VBA / December 2006

Tip: Looking for answers? Try searching our database.

not in list drop down list data access page

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
J Owen - 08 Dec 2006 03:45 GMT
I'm trying to give my users an option for not in list in a data access page
drop down list.  I have given them a link to a different window where they
can add new products.  The problem is when they return to the initial window
the drop down list isn't updated to include their add.  The only way it seems
to update is to reload the entire data base.

How can I update the ddl to include the new product?

thanks,
Signature

Jason

dneagle - 08 Dec 2006 14:45 GMT
>I'm trying to give my users an option for not in list in a data access page
>drop down list.  I have given them a link to a different window where they
[quoted text clipped - 5 lines]
>
>thanks,

Have you tried to requery the form?

Put code like the following in the After UpDate Event of your first combo:

Code:
Forms!FormName!ComboName.Requery

Signature

David

 
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.