I have a table where the primary key is a combination of the project name and an assigned room number. This works logically because in our building we dont have duplicate numbers in the same building.
the rooms are all kept in one room table, and there is a key field for project name so that there is always a unique record. I can query this list and sort out by project.
I have a problem with my form however,
I have them pick the project name from a pull down list, and then when the pick the room number they are all there to choose from (including several room 110's for example) is there a way that my room pull down field can be only the list that would appear after a filter of the project (selected in a prior field)
Sort of a dynamic pull down list?
I am having troubles searching for the help because if it does exist I am not sure what this feature is called.
thanks in advance
Newton
the rooms are all kept in one room table, and there is a key field for project name so that there is always a unique record. I can query this list and sort out by project.
I have a problem with my form however,
I have them pick the project name from a pull down list, and then when the pick the room number they are all there to choose from (including several room 110's for example) is there a way that my room pull down field can be only the list that would appear after a filter of the project (selected in a prior field)
Sort of a dynamic pull down list?
I am having troubles searching for the help because if it does exist I am not sure what this feature is called.
thanks in advance
Newton