Topic: When choose combobox It should shows results from combobox2

I don't know how to do that, that's the reason that I need your help.
So I have two tables and I store the data to two different combo boxes.

When I choose a item form a comboboxA,  I want that in the next comboboxB  shows
items that includes for that Item I have choose and not all.
It's something like in excel when we choose FIlter options.

Re: When choose combobox It should shows results from combobox2

Hi, that's easy. You have just to relate both of yours' ComboBoxes by using function "Parent ComboBox"

Re: When choose combobox It should shows results from combobox2

Can you please (!!!!) send me a example
Thank you in advance

Re: When choose combobox It should shows results from combobox2

v_pozidis

Do you mean Linked list  like: Country > Region > City > Street  ?

Here you can download example:
http://myvisualdatabase.com/forum/misc. … download=1

Dmitry.

Re: When choose combobox It should shows results from combobox2

That's exactly what I was looking for.

Thank you!!!!!!!!

Re: When choose combobox It should shows results from combobox2

Another stupid question.
In the database, in the Field Type is a symbol ^ what is that ?

Re: When choose combobox It should shows results from combobox2

It's type the relationship between the tables, example person and phones,
when you create a relationship in table "phones" to table "person", you can use option "Cascade delete" .


When you delete person from table "person",  which means the removal of all the phone numbers from the table "phones" belonging to the table "person".

Dmitry.

Re: When choose combobox It should shows results from combobox2

Thank you again!!