Combo box

S

SimonM

There's more than one way of doing this, but I suggest
using a query as the recordsouce of the subform. In the
appropriate field enter a criteria of "Forms![FormName]!
[ComboBoxName]"

On the AfterUpdate event of the combo box put VBA similar
to the following:
Me.[SubformControlName].Form.requery
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top