A
Al_Foote
I think I'm mostly there...
I've got three tables:
- tblStaff which has people (PK is an ID number)
- tblProj which has projects (PK is an autonumber)
- tblStaffProj which is the junction table.
I've got a form based on tblProject which has a subform using tblStaffProj
with a combo box pulling the staff's names -- all good so far. My remaining
problem is, I can't add additional staff -- I pre-populated the tables a bit
for testing and I have multiple people showing up on projects where
appropriate, and I can change the existing people, but adding a new staff
person doesn't work, the new line won't take input.
Thoughts?
Thanks,
Al
I've got three tables:
- tblStaff which has people (PK is an ID number)
- tblProj which has projects (PK is an autonumber)
- tblStaffProj which is the junction table.
I've got a form based on tblProject which has a subform using tblStaffProj
with a combo box pulling the staff's names -- all good so far. My remaining
problem is, I can't add additional staff -- I pre-populated the tables a bit
for testing and I have multiple people showing up on projects where
appropriate, and I can change the existing people, but adding a new staff
person doesn't work, the new line won't take input.
Thoughts?
Thanks,
Al