I appreciate your quick response. I'll give it a try. Just to be clear.
I am in record 1
I change CmbA to Beverages
CmbB refreshes to Water, Pop, Tea
I choose WATER
I go to record 2
I change CmbA to Fruit
CmbB refreshes to Apples, Oranges
I choose ORANGES
Now I go back to record 1
CmbB has been blanked out - because of the actions I took in Record 2
I'll try your method in the meantime.
There's another method on this Microsoft site which doesn't use rowsource,
but uses the AfterUpdate event:
http://office.microsoft.com/en-us/access/HA011730581033.aspx
> I suspect you are using the AfterUpdate event in Combo Box 1 to set the row
> source query for combo box 2
[quoted text clipped - 19 lines]
> >
> > Any help is appreciated.
Chegu Tom - 01 Feb 2008 20:42 GMT
The method on the microsoft site actually uses rowsource but does not use an
event. It uses a query with a variable criteria taken from the form. It
should work as well.
Tom
>I appreciate your quick response. I'll give it a try. Just to be clear.
>
[quoted text clipped - 45 lines]
>> >
>> > Any help is appreciated.