S
SophieClarke1409
I wonder if someone can help, I am trying to follow the Microsoft guide for
basing one combo box on another so that when you choose a value in the first
box the values in the second are only those linked to the first choice. For
Example I need a Combo Box with a list of Surgeries but the second combo box
to display only the branches associated with that Surgery. I then want the
record details for that choice of branch to display in the form.
I have tried to follow the Microsoft online guide but when I have tried the
first combo works but when I click on the down arrow of the second it brings
up a prompt to enter the Branch ID?! The user will not know the branch ID's
associated with the surgery therefore I wanted the second combo box to
display the name's of the branches associated with that surgery. I have the
tables linked as:
Main Practice
PRACTICE ID (PK)
Branches
BRANCH ID (PK)
PRACTICE ID (FK)
If anyone has any tips or help it would be much appreciated!
Thanks.
basing one combo box on another so that when you choose a value in the first
box the values in the second are only those linked to the first choice. For
Example I need a Combo Box with a list of Surgeries but the second combo box
to display only the branches associated with that Surgery. I then want the
record details for that choice of branch to display in the form.
I have tried to follow the Microsoft online guide but when I have tried the
first combo works but when I click on the down arrow of the second it brings
up a prompt to enter the Branch ID?! The user will not know the branch ID's
associated with the surgery therefore I wanted the second combo box to
display the name's of the branches associated with that surgery. I have the
tables linked as:
Main Practice
PRACTICE ID (PK)
Branches
BRANCH ID (PK)
PRACTICE ID (FK)
If anyone has any tips or help it would be much appreciated!
Thanks.