Hi there,
I'm really stuck at the moment and just can't sem to get anywhere with this and would really appreciate some help with this, my problem is that i am trying to:
Create an job-invoice database for my dad. so that he can store all his jobs that he does and invoice for them, the background is that there can be many jobs for a customer.
i'm trying to keep it simple and have got the following tables i've *'d the primary keys:
1.Customers
*Customer ID
Customer Name
Adress etc.
2.Jobs
*Job ID
Job Location
Description
Amount
3.Invoice-Jobs
*Invoice-Jobs ID
Invoice ID
Job ID
4. Invoices
*Invoice ID
i created the invoice-jobs table as a link/ intermediate table between jobs and invoices, to break the many to many relationship, but i dont see how to make the link come accross in access. i guess i'm a bit stuck with the design and also with how it links in in access - i just dont see how to link an invoice and many jobs physically......where should i set or see the connection..and how would this be represented in an invoice/ job i.e. if the link table is to have the invoice id against it, how would this get populated?
i'd appreciate any advice anyone can offer, as i am now suffering from a sore head, from hitting it against this brick wall.
Thanks in advance....
I'm really stuck at the moment and just can't sem to get anywhere with this and would really appreciate some help with this, my problem is that i am trying to:
Create an job-invoice database for my dad. so that he can store all his jobs that he does and invoice for them, the background is that there can be many jobs for a customer.
i'm trying to keep it simple and have got the following tables i've *'d the primary keys:
1.Customers
*Customer ID
Customer Name
Adress etc.
2.Jobs
*Job ID
Job Location
Description
Amount
3.Invoice-Jobs
*Invoice-Jobs ID
Invoice ID
Job ID
4. Invoices
*Invoice ID
i created the invoice-jobs table as a link/ intermediate table between jobs and invoices, to break the many to many relationship, but i dont see how to make the link come accross in access. i guess i'm a bit stuck with the design and also with how it links in in access - i just dont see how to link an invoice and many jobs physically......where should i set or see the connection..and how would this be represented in an invoice/ job i.e. if the link table is to have the invoice id against it, how would this get populated?
i'd appreciate any advice anyone can offer, as i am now suffering from a sore head, from hitting it against this brick wall.
Thanks in advance....