nesting values in a combo box

D

Dave Nelson

Using Microsoft Access 2003. I already have a combo box in use to relate
values for subjects. I now want to isolate one of the values within the drop
down list and create another drop down list using that value.
 
A

Arvin Meyer [MVP]

I like to create a query as the source for the second combo box and use the
first combo as a criteria. You can use the Build command (right-click in the
criteria box) or simply type in: [Forms]![YourFormName]![YourCombo1]
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads
http://www.datastrat.com
http://www.mvps.org/access
 
Top