M
midgimonk
Hello,
This is my first post, so if my question sounds all jacked up, please let me
know.
Background:
Multiple Buildings with varying amount of Rooms and Students to fill those
rooms.
Table1 Building
Table2 Room
Table3 Student
Table1 Building has building info (not to concerned with this).
Table2 Room has occupancy Information:
RoomNumber (1A,1B; 2A, 2B; ect - some rooms have 2 beds per room - some have
1)
Student (LookUp Column from Table3 "Student." Used the wizard which created
a multivalued query - StudentLast, StudentFirst, StudentSSN - no problem so
far)
Problem I am having is that when I choose the multiple value for the
"Student" column in Table2 Room, it will display all the desired information
from Table3 Student as long as the ComboBox has focus. Once the ComboBox
loses focus, the only value from the multiple value query to display in the
"Student" column in Table2 Room is the first value, "StudentLast."
Is there a way that I can get all of the values to display in the LookUp
Column "Student" in Table2 Room.
Better yet, is there a way that I can have a multiple value LookUp column
from Table2 Room named StudentLast. Once a value from StudentLast is chosen,
it will display the StudentLast from Table3 Student (already there), and then
have other columns in Table2 Room filled in automatically (ie StudentFirst,
StudentSSN) uniquely identified with information from Table3 Student?
I know, it sounds confusing. I tried. Please tell me how I can simply the
question.
This is my first post, so if my question sounds all jacked up, please let me
know.
Background:
Multiple Buildings with varying amount of Rooms and Students to fill those
rooms.
Table1 Building
Table2 Room
Table3 Student
Table1 Building has building info (not to concerned with this).
Table2 Room has occupancy Information:
RoomNumber (1A,1B; 2A, 2B; ect - some rooms have 2 beds per room - some have
1)
Student (LookUp Column from Table3 "Student." Used the wizard which created
a multivalued query - StudentLast, StudentFirst, StudentSSN - no problem so
far)
Problem I am having is that when I choose the multiple value for the
"Student" column in Table2 Room, it will display all the desired information
from Table3 Student as long as the ComboBox has focus. Once the ComboBox
loses focus, the only value from the multiple value query to display in the
"Student" column in Table2 Room is the first value, "StudentLast."
Is there a way that I can get all of the values to display in the LookUp
Column "Student" in Table2 Room.
Better yet, is there a way that I can have a multiple value LookUp column
from Table2 Room named StudentLast. Once a value from StudentLast is chosen,
it will display the StudentLast from Table3 Student (already there), and then
have other columns in Table2 Room filled in automatically (ie StudentFirst,
StudentSSN) uniquely identified with information from Table3 Student?
I know, it sounds confusing. I tried. Please tell me how I can simply the
question.