M
MimiSD
In my form I would like to have a combo box that when the user makes a
selection the records that correspond with that selection will be displayed.
I have tried adding a combo box and choosing the "Find a record on my form
based on the value I selected in my combo box." This appears to only pull up
the first record that corresponds with the selection not all records.
Another problem with this way is that the combo box only holds the values of
records that are already created. I want it to show all options and if there
is not a record corresponding to display an error message. I hope this makes
sense. I know i kind of jumped around a lot.
My tables that I am using are:
tblIssues:
IssueID-autonumber
Descriptor-Look-up list of general descriptions pulled from another table of
possible answers
tblSchool: (sub-form)
SchoolCode- PK
The combo box that i want the user to choose from is the descriptor. I want
all issues with that general descriptor to show.
selection the records that correspond with that selection will be displayed.
I have tried adding a combo box and choosing the "Find a record on my form
based on the value I selected in my combo box." This appears to only pull up
the first record that corresponds with the selection not all records.
Another problem with this way is that the combo box only holds the values of
records that are already created. I want it to show all options and if there
is not a record corresponding to display an error message. I hope this makes
sense. I know i kind of jumped around a lot.
My tables that I am using are:
tblIssues:
IssueID-autonumber
Descriptor-Look-up list of general descriptions pulled from another table of
possible answers
tblSchool: (sub-form)
SchoolCode- PK
The combo box that i want the user to choose from is the descriptor. I want
all issues with that general descriptor to show.