Hi: It's me yet once again. I have read the article like you have suggested, made the modifications but still it doesn't work. My query is pretty much like the one in the article, I also
included in the AfterUpdate sub Me!combo2.Requery.
i have Row Source Type = Table/Query, RowSource = tbl_one.
2nd box Row Source Type = Table/Query, RowSource = qry_combox
3rd box Row Source Type = Table/Query, RowSource = qry_combox2
qry_combox is as follow:
SELECT DISTINCTROW [tbl_two].[field], [tbl_two].[field2]
FROM [tbl_two]
WHERE ((([tbl_two].[field3])=[Forms]![frmName]![combox1]))
ORDER BY [tbl_two].[field2];
Once again thanks for all your help but do u have any idea what I am doing wrong???
G.