Hi all,
I'm hoping that you can help ease my very confused mind. While I am good at Access, I'm not very good with relationships and understanding them (no this is not a dating question
I am building a database that tracks jobs given out. We have five types of jobs that can be assigned. I have separated each type into their very own table since each is unique (deliveries, pick ups, Clothing requests, supplies and copy jobs). The main table has the information that is needed for ALL jobs; who requested it, who is being assigned the job, and so forth.
My issue is this, for my clothing table, I want to have a table that is purely for inventory/listing of all the clothing we can give (they are numbered) and it to be selected from the main clothing job table. I have made yet another table that will allow for the quantity of such items that that to be fed into the main clothing job table. I hope I haven't lost you.
Currently I have it like this -> JobID (Main job table not primary key) connected with JobID (number/foreign key) in main Clothing job table.
Then the qtyID (foreign key from main clothing job table) connected to primary key (ID) of clothing quantity table.
Finally, a foreign key in the clothing quantity table is connected to primary key (ID) in Clothing inventory table.
WHEW. Do I need all of these tables? I am trying to ultimately show one main clothing job inside the main job table and inside the main clothing job table each subsequent article of clothing and quantity to that job.
any help would be appreciated. I hope I have not confused anyone.
I'm hoping that you can help ease my very confused mind. While I am good at Access, I'm not very good with relationships and understanding them (no this is not a dating question
I am building a database that tracks jobs given out. We have five types of jobs that can be assigned. I have separated each type into their very own table since each is unique (deliveries, pick ups, Clothing requests, supplies and copy jobs). The main table has the information that is needed for ALL jobs; who requested it, who is being assigned the job, and so forth.
My issue is this, for my clothing table, I want to have a table that is purely for inventory/listing of all the clothing we can give (they are numbered) and it to be selected from the main clothing job table. I have made yet another table that will allow for the quantity of such items that that to be fed into the main clothing job table. I hope I haven't lost you.
Currently I have it like this -> JobID (Main job table not primary key) connected with JobID (number/foreign key) in main Clothing job table.
Then the qtyID (foreign key from main clothing job table) connected to primary key (ID) of clothing quantity table.
Finally, a foreign key in the clothing quantity table is connected to primary key (ID) in Clothing inventory table.
WHEW. Do I need all of these tables? I am trying to ultimately show one main clothing job inside the main job table and inside the main clothing job table each subsequent article of clothing and quantity to that job.
any help would be appreciated. I hope I have not confused anyone.