- Aug 14, 2001
- 8,401
- 1
- 0
I have three tables the first being person data, second being project data, and third being job data
Project data is based on person and job data is based on project.
There can be multiple projects per person and multiple jobs per project. So in essence one person can have multiple jobs per project.
What I need to do is create a form within access to allow this sort of behavior. Form has to be all in one...let you edit the person...select their project...and edit their jobs on that project. I thought i could just create a listbox of jobs in a subform of the project data in a subform of the person data but it doesn't seem to want to create multiple jobs per project no matter what i try it always keeps the same jobs selected over all projects
Any ideas going on here? am i going to have to start doing some actual coding to achieve this?
I hate access...i would so be done already in php...
Project data is based on person and job data is based on project.
There can be multiple projects per person and multiple jobs per project. So in essence one person can have multiple jobs per project.
What I need to do is create a form within access to allow this sort of behavior. Form has to be all in one...let you edit the person...select their project...and edit their jobs on that project. I thought i could just create a listbox of jobs in a subform of the project data in a subform of the person data but it doesn't seem to want to create multiple jobs per project no matter what i try it always keeps the same jobs selected over all projects
Any ideas going on here? am i going to have to start doing some actual coding to achieve this?
I hate access...i would so be done already in php...
