I have been toying with this for some time. First - I am fairly new to Access so all information shared will be greatly appreciated!
I have:
tblCamper
AutoNo - PK
CamperID - Generated ID - Linked
Camper Name
etc
tblCampJobs
JobAuto - PK
Job ID
Job
tblCabin
CabinID - PK
CabinName
tblCabinAssign
AuotNo - PK
CabinID
JobID
CamperID
What I am trying to do is create a form that will allow me to fulfill all the jobs and camper assignments in one cabin all on the same form. I need to be able to view all the "tasks" at the same time so that I make sure that everything is completyed and I do not place too many people in one cabin.
I am not sure if I have created my tables correclty to achieve this task or if I am just not thinking correctly to get the form designed right so I can do this.
Again, thanks for all your insight and ideas.
I have:
tblCamper
AutoNo - PK
CamperID - Generated ID - Linked
Camper Name
etc
tblCampJobs
JobAuto - PK
Job ID
Job
tblCabin
CabinID - PK
CabinName
tblCabinAssign
AuotNo - PK
CabinID
JobID
CamperID
What I am trying to do is create a form that will allow me to fulfill all the jobs and camper assignments in one cabin all on the same form. I need to be able to view all the "tasks" at the same time so that I make sure that everything is completyed and I do not place too many people in one cabin.
I am not sure if I have created my tables correclty to achieve this task or if I am just not thinking correctly to get the form designed right so I can do this.
Again, thanks for all your insight and ideas.