Hello!
I’m having a frustrating problem with my form and subform with a lookup combo box. Please help me! My main form is the Project form. Each project can have many Court Staff and Court Staff can be on many projects. I think this is a many to many relationship. So I made a junction table.
1) tblProject
Project_ID = AutoNumber
ProjectTitle = Text
2) tblCourtStaff
CourtStaff_ID = AutoNumber
StaffName = Text
3) tblProCourt (junction table)
Procourt_ID = AutoNumber
Project_ID = Number
CourtStaff_ID = Number
I want a subform datasheet with a lookup combo box that I can choose as many court staff as needed for each project. I’ve used the wizard but just don’t understand how to do this.
Thank you for any help you can give me!
I’m having a frustrating problem with my form and subform with a lookup combo box. Please help me! My main form is the Project form. Each project can have many Court Staff and Court Staff can be on many projects. I think this is a many to many relationship. So I made a junction table.
1) tblProject
Project_ID = AutoNumber
ProjectTitle = Text
2) tblCourtStaff
CourtStaff_ID = AutoNumber
StaffName = Text
3) tblProCourt (junction table)
Procourt_ID = AutoNumber
Project_ID = Number
CourtStaff_ID = Number
I want a subform datasheet with a lookup combo box that I can choose as many court staff as needed for each project. I’ve used the wizard but just don’t understand how to do this.
Thank you for any help you can give me!