M
mike
Hi All,
How do you make the combo box display only the names base
on the filter. I have two tables, user and computer. The
relationship between them is 1-to-many. Now, I created two
forms, search and information. I type the name in the
search form and it brings up the records and displayed it
in the information form. Since the user have more than one
computer, I need to click on the record selector to
display the computers the user own. Instead of clicking
the record selector, I created a combo box to do that. One
problem with the the combo box is that, it displayed all
the computers instead of the computers base on the user.
So, how do you create the combo box to display the
computers for the user.
For example:
User: Mike
Computer own: Apple,Dell,HP
In the combo box, I should see:
Apple
Dell
HP
Instead, I see all this:
Apple
Dell
HP
Compaq
Acer
how do you create the combo box to display the computers
for mike??
Thanks for the help...
mike
How do you make the combo box display only the names base
on the filter. I have two tables, user and computer. The
relationship between them is 1-to-many. Now, I created two
forms, search and information. I type the name in the
search form and it brings up the records and displayed it
in the information form. Since the user have more than one
computer, I need to click on the record selector to
display the computers the user own. Instead of clicking
the record selector, I created a combo box to do that. One
problem with the the combo box is that, it displayed all
the computers instead of the computers base on the user.
So, how do you create the combo box to display the
computers for the user.
For example:
User: Mike
Computer own: Apple,Dell,HP
In the combo box, I should see:
Apple
Dell
HP
Instead, I see all this:
Apple
Dell
HP
Compaq
Acer
how do you create the combo box to display the computers
for mike??
Thanks for the help...
mike