I have a very simple database. Client table connects one-to-many to attendee table and Attendee table has a one-to-many relationship with Survey table.
Client is the main form (single form) with Attendee as the subform (continuous form). I'd like to put a button on the detail row so when you click it the survey form opens with the correct attendee, which it does do. However, it doesn't fill in the attendeeid field in the survey table. Any clue to what I may be missing or is this not possible?
Client is the main form (single form) with Attendee as the subform (continuous form). I'd like to put a button on the detail row so when you click it the survey form opens with the correct attendee, which it does do. However, it doesn't fill in the attendeeid field in the survey table. Any clue to what I may be missing or is this not possible?