Append?

S

Saylindara

I have 2 tables - Events and Employees
And a subform created from a link table EmployeeEventLocation to show who
attended, where and when etc.
3 events are very similar and I want to merge them into one.
What would be the best way to go about this?
 
N

Noëlla Gabriël

Hi,

Presume you want to keep event 1 and merge the attendees of event 2 and 3
with those rom event 1: use an update query to update the "AttendedWhat"
field in the EmployeeEventLocation table from event 2 and 3 to event 1. You
can then delete doubles if you want to.
 
S

Saylindara

Thanks Noella, I'll try that.

Noëlla Gabriël said:
Hi,

Presume you want to keep event 1 and merge the attendees of event 2 and 3
with those rom event 1: use an update query to update the "AttendedWhat"
field in the EmployeeEventLocation table from event 2 and 3 to event 1. You
can then delete doubles if you want to.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top