E
Esaw
I have 2 tables that I need to connect so I can run a query to see what
contracts we are getting royalties on. The first table is Contracts and the
second is Royalties. They are now related to each other by ArtistName.
The Contracts table has the fields: ID, ClientName, ContractStart,
ContractEnd, Product, RoyaltyRate, StyleNumber, StyleDescription (which in
the subform is a lookup) and ArtistName.
The Royalties table has the fields: ID, ArtistName, ClientName,
PayPeriodMonth, PayPeriodQuarter, DateReceived, RoyaltyAmount, TT%, DatePaid,
StyleNumber, StyleDescription (set up the same as the contracts subform) and
Notes.
The StyleNumber can have several contracts related to it and the ClientName
can be the same for many contracts.
I’m wondering if there is a way that I could add a field to the Royalties
table to be able to link it to a certain contract (there's over 700 contracts
in there right now and over 300 royalties entries) so I can create a query
that will show me what contracts we’ve been paid on.
I’m sure there’s more information that you’ll need to help but hopefully
this is enough for you to understand what I’m trying to do.
Thanks for any help with this
contracts we are getting royalties on. The first table is Contracts and the
second is Royalties. They are now related to each other by ArtistName.
The Contracts table has the fields: ID, ClientName, ContractStart,
ContractEnd, Product, RoyaltyRate, StyleNumber, StyleDescription (which in
the subform is a lookup) and ArtistName.
The Royalties table has the fields: ID, ArtistName, ClientName,
PayPeriodMonth, PayPeriodQuarter, DateReceived, RoyaltyAmount, TT%, DatePaid,
StyleNumber, StyleDescription (set up the same as the contracts subform) and
Notes.
The StyleNumber can have several contracts related to it and the ClientName
can be the same for many contracts.
I’m wondering if there is a way that I could add a field to the Royalties
table to be able to link it to a certain contract (there's over 700 contracts
in there right now and over 300 royalties entries) so I can create a query
that will show me what contracts we’ve been paid on.
I’m sure there’s more information that you’ll need to help but hopefully
this is enough for you to understand what I’m trying to do.
Thanks for any help with this