ACC2000:Combo Box Wizard Doesn't Display Third Option w/SQL StmtID: Q198947
|
When you use the Combo Box Wizard to create a combo box on a form that is not based on any table or query or based on a SQL statement, only two options appear on the first screen of the wizard. The following option does not appear:
Find a record on my form based on the value I selected in my combo box.
The form that contains the combo box must be based on a table or query before the Combo Box Wizard can display the third option.
To make the third option available in the Combo Box Wizard, create a query based on your SQL statement and use that query as the RecordSource property of the form.
Select * from Employees;
For additional information about the Combo Box Wizard, please see the following
article in the Microsoft Knowledge Base:
Q208807 ACC2000: Combo Box Wizard Does Not Allow Selection of Table/Query
Additional query words:
Keywords : kbusage kbdta FmsCmbo FmsCmbob
Version : WINDOWS:2000
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: May 13, 1999