COMBO BOX

R

Ron Bentley

Hi

I have a form with a combo box that goes to a specific record.

What I want to do is when a filter is applied to the form the combo box only
displays the filtered selection.

the SQL code for the combo box is
SELECT DISTINCTROW [suppliers phone].id, [suppliers phone].Company,
[suppliers phone].Buyer
FROM [suppliers phone]
ORDER BY [suppliers phone].Company;
I,m quite new to Access but "supplier phone" is the table name should I be
pointing my combo box to the form.

Cheers
 

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