Combo Box ? or Any other way to do this?

message from Brad on 7 May 2004
I have created two combo boxes in a form that look up data
from two seperate tables and then add that info into a
third table.

What I want to happen is when I pick the item in Combo Box
1 I only want a certain set of data to show up in Combo
Box 2 that is associted to my choice from Combo Box 1. I
don't want Combo Box 2 to show everything.

Ex:

Table 1 Data
Car
Truck
SUV

Table 2 Data
Car Accord
Car Taurus
Car Camry
Truck F150
Truck Dakota
Truck Silverado
SUV Durango
SUV XTerra
SUV Trailblazer

So Combo Box 1 allows me to either pick Car, Truck or SUV
from Table 1. Then when I click on Car in Combo Box 1 I
only want Accord, Taurus, and Camry to show up in Combo
Box 2.

How do I do this? Or is their a way to do this without
using combo boxes?
 
Brendan Reynolds replied to Brad on 7 May 2004
http://www.mvps.org/access/forms/frm0028.htm
 
RobFMS replied to Brendan Reynolds on 7 May 2004
Data in a combo box control on a continuous form/datasheet disappears
http://www.fmsinc.com/free/tips.html#tip16foraccess
 

Archived message: Combo Box ? or Any other way to do this? (Microsoft Access)