Hi
I want to create an attendance register for a music group. I have a Sharepoint list "Current members" - each item is a unique member of the group, with columns including name, address plus a unique ID column. I have a second Sharepoint List "Rehearsal attendance" where each item includes columns "Rehearsal date", a lookup column ("Member") that links back to the "Current members" list and a Yes/No column "Attended". I want to be able to create a new item in the "Rehearsal attendance" list for every member for every rehearsal date, to show whether a group member attended a particular rehearsal.
On one screen I have a Gallery to browse the "Current members" list. I want to select a member from the Gallery and populate an Edit Form (in New mode) to create a new item in the "Rehearsal attendance" list, with default values: "Rehearsal date" is today(), "Member" is the member selected from the Gallery (lookup) and "Attended" is true.
How can I set the default value of the Edit Form control for the "Member" lookup to be the correct lookup value for the member selected in the Gallery? Thanks for any ideas/links to documentation.