Article ID: 139039
Article Last Modified on 1/19/2007
Query: qryCustList
-------------------
Type: Select Query
Field: CustomerID
Table: Customers
Field: CompanyName
Table: Customers
Sort: Ascending
SELECT DISTINCTROW Customers.[CustomerID], Customers.[CompanyName]
FROM Customers
UNION SELECT Null, Null FROM Customers
ORDER BY Customers.[CompanyName];
NOTE: In Microsoft Access 2.0, type a space in the Customer ID and
the Company Name field names.
Form: Test1
------------------------------
Caption: TestForm
Combo box:
Name: cmbTest
RowSourceType: Table/Query
RowSource: qryCustList
LimitToList: Yes
Text Box:
Name: Field1
Additional query words: kbhowto delete combo box notinlist
Keywords: kberrmsg kbhowto KB139039