Hello, My name is Colin and i have a problem with Access 97 Combo Boxes.
I want to make my database to take the results of one combo box choice and use that selection to alter the list of choices in combo box 2.
I have two tables in my database. These are Main and Sheet1.
Main -
Name
Regional Centre
Comments
Date
Sheet1 -
Name
Region
I hope that someone has some ideas as to how i can sort this out.
i tired to write code using the expression builder and have managed to create this:
SELECT Sheet1.Field3 FROM Main INNER JOIN Sheet1 ON Main.[Relationship Manager Centre] = Sheet1.Region WHERE ((([Forms]![Main]![Regional Centre]) Like [Sheet1]![Region]));
unfortunately this does not work as expected. Any ideas?
I want to make my database to take the results of one combo box choice and use that selection to alter the list of choices in combo box 2.
I have two tables in my database. These are Main and Sheet1.
Main -
Name
Regional Centre
Comments
Date
Sheet1 -
Name
Region
I hope that someone has some ideas as to how i can sort this out.
i tired to write code using the expression builder and have managed to create this:
SELECT Sheet1.Field3 FROM Main INNER JOIN Sheet1 ON Main.[Relationship Manager Centre] = Sheet1.Region WHERE ((([Forms]![Main]![Regional Centre]) Like [Sheet1]![Region]));
unfortunately this does not work as expected. Any ideas?