Shown all record in a list box from combobox.

S

shiro

Hi all,
I have a listbox that can be filtered from a combo box.
Now I want the combobox has an option ( called ALL ),
so when the combobox value is ALL,all the data in listbox
is shown.

Below is the SQL of my lisbox records source :

SELECT [Model specification_tbl].Model
FROM [Model specification_tbl]
WHERE ((([Model specification_tbl].Model) Like [Forms]![Start input
data_frm]![cbo_fourdigitsmodel] & "*"))
ORDER BY [Model specification_tbl].Model;


Thank's for your help.
 

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