conditional listbox

  • Thread starter Thread starter ענבל
  • Start date Start date
×

ענבל

hello,
I would like to make 2 list box.
whenever I choosr value from the first the secind will give same opisions
and if I choose different value in tje first list box, the second will give
me other choices.
I hope it is understood.
Thank you,
Inbal
 
Inbal,
Given two listboxes, lstState and lstCity, use the value of lstState to
filter the results in lstCity.

On my website (below) I have a sample file called Synched Combo boxes
which demonstrates how to do that.
(it would be the same method for a list box as a combo box)
--
hth
Al Campagna
Microsoft Access MVP
http://home.comcast.net/~cccsolutions/index.html

"Find a job that you love... and you'll never work a day in your life."
 

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

Similar Threads

Listbox will not Requery AfterUpdate 5
update listbox 2
Refresh a listbox 1
Limit to Listbox 2
Combo Box QUESTION 5
Access Cannot select items in listbox 1
Vertical scroll bar display 3
Access MS Access Listbox not saving to bound field 0

Back
Top