G
Guest
I am developing a database to monitor the expense's of five differnt company
locations which have a ubique 3 digit identifier number. The invoices
genereated from each location have a unique invoice number so that will be
the one to many relationship. The invoices can only have one expense account
per invoice but i am unsure if this should be a one to one relationshsip or
one to many. The tables are:
LOCATION INVOICE ACCTS
LocID= Primary Key InvID =Primary Key AcctID =?
Would it be better to use autonumber for the relationship between ACCTS and
INVOICE?
locations which have a ubique 3 digit identifier number. The invoices
genereated from each location have a unique invoice number so that will be
the one to many relationship. The invoices can only have one expense account
per invoice but i am unsure if this should be a one to one relationshsip or
one to many. The tables are:
LOCATION INVOICE ACCTS
LocID= Primary Key InvID =Primary Key AcctID =?
Would it be better to use autonumber for the relationship between ACCTS and
INVOICE?