I need to create a report that appends 2 fields in Table 2 based on information that is contained in Table 1. In practice,
Table 1 contains the fields: ID, Course, Name.
Table 2 contains the fields: ID, Course, Completed and Date.
The problem lies in the fact that while there can be a relationship made between the two tables, the ID and Course will not be populated until completed is flagged and a date is populated in the second table.
The end game form should have every row listed from Table 1 AND include a check box and date field that, when checked and dated, will append this field to Table 2.
Can this be done semi-efficiently?