J
Jenny Lee via AccessMonster.com
Hi,
Just wondering if anyone can help. Im trying to design a layby system. I am
having so much trouble. This is what I have so far.
CUSTOMER
CUST_ID(pk)
CUST_LNAME
CUST_FNAME
etc
LAYBY LAYBY_RECIEPT
LAYBY_ID(pk) REC_ID(pk)
CUST_ID(fk) LAYBY_ID(fk)
LAYBY_DATE LAYBY_PAYMENT
LAYBY_DUEDATE
LAYBY_DETAIL
LAYBY_ID(pk, fk)
ARTWORK_ID(pk,fk)
ARTWORK
ARTWORK_ID(pk)
etc
A Customer may have many Laybys
A Layby may contain many artworks ( but each artwork is unique so therefore
each artwork can only be in one layby)
Each Layby recieves many payments
And then on the final payment of the layby an invoice is written.
The way I have it, it just doesn't seem to work. I am a student so Im only
learing. Can anyone please give me some suggestions.
Cheers
Jen
Just wondering if anyone can help. Im trying to design a layby system. I am
having so much trouble. This is what I have so far.
CUSTOMER
CUST_ID(pk)
CUST_LNAME
CUST_FNAME
etc
LAYBY LAYBY_RECIEPT
LAYBY_ID(pk) REC_ID(pk)
CUST_ID(fk) LAYBY_ID(fk)
LAYBY_DATE LAYBY_PAYMENT
LAYBY_DUEDATE
LAYBY_DETAIL
LAYBY_ID(pk, fk)
ARTWORK_ID(pk,fk)
ARTWORK
ARTWORK_ID(pk)
etc
A Customer may have many Laybys
A Layby may contain many artworks ( but each artwork is unique so therefore
each artwork can only be in one layby)
Each Layby recieves many payments
And then on the final payment of the layby an invoice is written.
The way I have it, it just doesn't seem to work. I am a student so Im only
learing. Can anyone please give me some suggestions.
Cheers
Jen