In Access, Where do I find SQL Query Builder for forms; unbound co

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, please let me know how to get to the combo box drop-down list and how to
modify this list. Also I'd like to know SQL statement Query Builder. Thanks.
 
Hi, please let me know how to get to the combo box drop-down list and how to
modify this list.

Open the Form in design view; select the combo box; view its Properties (right
mouseclick); and find the RowSource property.
Also I'd like to know SQL statement Query Builder. Thanks.

Open the query in design view and either select View... SQL from the menu, or
use the leftmost tool on the query design toolbar as a dropdown and select the
SQL icon.

John W. Vinson [MVP]
 
Back
Top