I am new to VB database programming so this may be an easy question, but any help would be appreciated.

The database I am using was orignally created in Access. In table A there is a combo box that gets is choices from table B. The combo box has a one-to-many relationship between table A and B. What I need to know is how on a VB form do I get my choices from table B and set the combo box to the choice that is selected in table A.

Thanks in advance for any help you can provide.