Adding subform missing composite primary keys

A

Avaya

Hi All

When I tried to add another subform to an existing subform, the "InvNbr"
field is missing from the invoice table. My table structure is as follows:

tblVendors
VdrID PK
Vendor

tblOrders
VdrID FK
OrderNbr PK

tblInvoice
VdrID PK
InvNbr PK
OrderNumber FK

tblPayments
VdrID FK
InvNbr FK
CheckNbr
CheckAmount

This is the first time I used multiple fields for my primary keys and I
don't know how to get my form to work.

Thank you.
 
A

Avaya

Hi,

Can someone help me? How do I link tblPayments to tblInvoice and why do
"invnbr" not available in tblInvoice?

Thank You

Avaya
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top