I have senT A pm with an address to which you can email me direct BUT I will not see it until Monday.
Second
You have a selection in Combo 1
You want Combo 2 to offer a choice depending upon Combo 1 That's is not a problem
The process is as described for cascading combos.
Set up combo 2
The row source needs to be amended.
The row source is a query that you can display and then edit.
You need to insert into the criteria row of the query the reference to combo1. The easiest way to do this is using the builder.
Now the combo will not show the values based on combo 1 until it is requeried.
When the form opens the combo boxes are populated. But in this case the values are based upon the value in combo and nothing has been selected yet in combo 1.
So I suggest that the on click property of combo 1 contains an Event Procedure [Combo 2].Requery.
This will then populate combo 2 correctly.
Len