Hi,
It's been a long time since I've really worked in Access.
But today I have a project that's been asked and trying to figure out how to do it.
I have a spreadsheet with several columns, 'll call this Table 1
columns:
Email Address | 10-18 | 10-22 | etc.
I then have some metrics I've pulled from another tool that is also in a spreadsheet. The spreadsheet (table 2) is users who opened a newsletter for the date I pulled it for. So let's say the first spreadsheet is 10-18
What I need to do is in Table 1, under the 10-18 column if the user is listed in (table 2) put a Y in that row.
I thought I could do this with some type of update query, but not sure how to build it.
I can do a select query and get the rows that match in both, just not sure how to get the update query to work.
It's been a long time since I've really worked in Access.
But today I have a project that's been asked and trying to figure out how to do it.
I have a spreadsheet with several columns, 'll call this Table 1
columns:
Email Address | 10-18 | 10-22 | etc.
I then have some metrics I've pulled from another tool that is also in a spreadsheet. The spreadsheet (table 2) is users who opened a newsletter for the date I pulled it for. So let's say the first spreadsheet is 10-18
What I need to do is in Table 1, under the 10-18 column if the user is listed in (table 2) put a Y in that row.
I thought I could do this with some type of update query, but not sure how to build it.
I can do a select query and get the rows that match in both, just not sure how to get the update query to work.