>The master/child fields are established [proposalnumber];[eventnumber]
>(these two fields make the prinary key) and it doesn't show all records, just
>the current record and a blank line as if waiting for data entry but then of
>course data entry is not permitted as it would create duplicate records in
>the primary key!
If the main form contains values for both fields, and the master/child
links are as you say, then there is something ELSE wrong. What are the
following properties of the main and subforms:
Recordsource (post the SQL if it's a query)
Data Entry
Allow Additions
Allow Updates
John W. Vinson[MVP]
Jenny - 25 Aug 2006 09:47 GMT
Hi John
Mainform
> Recordsource: Event Table
> Data Entry: No
> Allow Additions: Yes
> Allow Updates: ? Can't find this before and after update are empty
Subform :
> Recordsource: Invoice Table
> Data Entry: No
> Allow Additions: Yes
> Allow Updates: ? Can't find this before and after update are empty
Thanks John - hopefully this sheds some light on where Im going wrong?
> >The master/child fields are established [proposalnumber];[eventnumber]
> >(these two fields make the prinary key) and it doesn't show all records, just
[quoted text clipped - 12 lines]
>
> John W. Vinson[MVP]