I'm writing again on the similar subject. How to make dependent lists populated from database ? I've read answer by Paul Prewett, I try that example, but it doesn't work. Mr. Prewett, if you reading this, can I have your e-mail adress ? The problem is: let's say you have DB with two tables: Make and Model, - in Make table one column (make), and in Model two(make and model). Then when you choose certain "make" in the first list, the second should be populated with models asociated with that make. Can anybody help me on this ?