ACC2000: How to Add a Record to a Dropdown List on a Data Access Page (268012)
The information in this article applies to:
This article was previously published under Q268012 Moderate: Requires basic macro, coding, and interoperability skills.
This article applies to a Microsoft Access database (.mdb) and to a Microsoft Access project (.adp).
SUMMARY
On a form, you can use the NotInList event of a combo box to add records to an underlying table. This article describes how to use the HTML dropdown list control to simulate this functionality on a data access page. This article uses the showModalDialog method of the Document Object Model (DOM) of Microsoft Internet Explorer to open a child window and the ServerFilter property of a RecordsetDef object for the data source control on the page.
REFERENCESFor additional information about using the NotInList event in an Access form, click the article number below
to view the article in the Microsoft Knowledge Base:
197526 ACC2000: Use NotInList Event to Add a Record to Combo Box
For additional information about how to create data entry data access pages, click the article number below
to view the article in the Microsoft Knowledge Base:
262453 ACC2000: How to Create a Data Access Page to Open to New Records Only
Modification Type: | Major | Last Reviewed: | 6/23/2005 |
---|
Keywords: | kbDAP kbDAPScript kbhowto KB268012 |
---|
|