I have several questions about filters.

How do I limite a list box from a combobox?
I have two tables Accounts, and Account#'s
Accounts has one field Name, and Account#'s has fields like Account#,Contact,ect. My form has a combo box for Accounts (Name), and a list box for Account#'s (Account#). I want the list box to contain the account#'s for the account name I choice in the combobox.

Also, I would like it to open a Edit Account Form if one of the account#'s is double clicked on.

I would appriciate any help!
Thanks


------------------