I have table x and y. Both table x and y consists of email addresses,first name and last name.
I made an unmatched query from these two tables and i called it table z. In order to get the company names from the results, i made an sql that will extract the company names from the email addresses. So now the datasheet view of table z consists of email addresses,first name, last name and company.
Now I have another table named table R, this table consist of company names only.
Now what i want to do is, i'm gonna have a combo box. In the list of combo box, i want the company names to appear from table R. And when i choose one company,example: blue corporation, i want all the blue corparation from table z to appear. How do i do this? please help.asap.
I made an unmatched query from these two tables and i called it table z. In order to get the company names from the results, i made an sql that will extract the company names from the email addresses. So now the datasheet view of table z consists of email addresses,first name, last name and company.
Now I have another table named table R, this table consist of company names only.
Now what i want to do is, i'm gonna have a combo box. In the list of combo box, i want the company names to appear from table R. And when i choose one company,example: blue corporation, i want all the blue corparation from table z to appear. How do i do this? please help.asap.