Filter ComboBox

  • Thread starter Thread starter Utopian
  • Start date Start date
U

Utopian

Hello dear friends of Foro! I am happy with the arrival of the spring!

some questions.....

I have form INITIAL where I choose a city, and with the code below..... when it opens form MAIN filter all the registries pertaining to that city...

What I need:

On the MAIN form, I have a ComboBox, that also needs that filter automatically by the city that has been chosen in the INITIAL Form, that is to say, the CB rightnow shows the complete list of cities, but I need only shows to me the city that was chosen in form INITIAL...


note: The CB take the data from a table Cities (ID, DESCRIPTION)
 
Hello dear friends of Foro! I am happy with the arrival of the spring!

some questions.....

I have form INITIAL where I choose a city, and with the code below..... when it opens form MAIN filter all the registries pertaining to that city...

What I need:

On the MAIN form, I have a ComboBox, that also needs that filter automatically by the city that has been chosen in the INITIAL Form, that is to say, the CB rightnow shows the complete list of cities, but I need only shows to me the city that was chosen in form INITIAL...


note: The CB take the data from a table Cities (ID, DESCRIPTION)
 

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

Back
Top