Recent content by Dûplyy

  1. D

    Master/Child Field is Null when detail subform has no records

    I am sorry that i wasnt specific enough and not consistent with my wording in the post. I have a Event -> one to many -> Guest relationship enforcing referential integrity. I also hide the guest subform until the the event form is filled out such that EventID is intitialized. I have my database...
  2. D

    Master/Child Field is Null when detail subform has no records

    Ok, I think i understand now why the linked field is Null. To show what is happening i created a Header and Detail table: I created a Form "frmParent" which has the tblHeader as recordsource and a Form "frmChild" which has the tblDetail as recordsource. I added frmChild as subform to...
  3. D

    Master/Child Field is Null when detail subform has no records

    Hi all, I have a Header form (tblEvent) and a revised Detail subform (tblEventGuest) on which guests can be clocked in and out of the event. The tblEvent table has a one-to-many relationship with the tblEventGuest table. The subform has a linked master/child field of the EventID. The issue is...
Top Bottom