Hi, everyone. I’m trying to understand how the combo box wizard works.
Scenario #1:
Create a new form, based on a table, using Create > Form Wizard (select the table, add all fields)
Open the new form in design view, add a combo box. The combo box wizard appears and I have 3 choices: 1) Get the values from another table; 2) Type in my values; 3) Find a record on my form based on combo box choice
Scenario #2:
Create a new form by choosing Create > Form Design
Open the new, blank form in Design view
Select the form, choose Properties
Set the record source by clicking the build button (ellipses) and when the SQL builder pops up, add all fields from your desired table to the design grid. Save and close the property sheet. Record source property now shows the SELECT statement (instead of table name, but all fields are included)
Add a combo box. The combo box wizard now only offers 2 choices: 1) Get values from another table; 2) Type in values
When a form is created using this second method, why is there no option to create a combo box that searches for records?
Thanks for any advice!