ACC: How to Include a Null Selection in a Combo Box List (139039)
The information in this article applies to:
- Microsoft Access 2.0
- Microsoft Access for Windows 95 7.0
- Microsoft Access 97
This article was previously published under Q139039 SUMMARY
Moderate: Requires basic macro, coding, and interoperability skills.
This article demonstrates how you can include a blank row at the top
of a combo box list. This enables you to set the combo box's LimitToList
property to Yes, and still be able to delete the contents of the combo box
without triggering the NotInList event.
This feature is created by basing the contents of the combo box on
a union query that adds a null row to the top of the query.
REFERENCES
For more information about union queries, type "Union Query," in the
Office Assistant, click Search, and then click to view the appropriate
topic.
Modification Type: | Major | Last Reviewed: | 5/6/2003 |
---|
Keywords: | kberrmsg kbhowto KB139039 |
---|
|