Alan,
Your tables have identical ID-names. This makes it very hard to distinguish
the two of them. The problem could be that you are referencing the wrong ID.
By making the ID-field name more clear you are excluding a possible reference
problem.
Is the subform connected to the right ID?
Maurice
> My main form links to Invoice table:
> ID
[quoted text clipped - 18 lines]
> So on the main form whatever I navigator my invoices, the subform is always
> empty.
Alan T - 17 May 2007 13:16 GMT
Hi,
Yes, the subform is referencing the right ID.
On the Data tab:
Link Child Fields: InvoiceID
Link Master Fields: ID
The InvoiceID is the foreign key in the tblInvoiceItems.
So basically tblInvoiceItems.InvoiceID <--> tblInvoices.ID
> Alan,
>
[quoted text clipped - 33 lines]
>> always
>> empty.