I have two Tables, each have a Primary Field of Date.
Table 1 has a row for each day of the month.
Table 2 has multiple rows for each day of the month.
My Challenge - How do I take a single field’s data in Table 1 and apply/copy it to a field in Table 2 for each row that has the same date?
For example, in Table 1 I have a column called Invoices Processed. I want to take that number of Invoices Processed from July 15 in Table 1 and copy it to each field in Table 2 with the date of July 15.
Please Help!










