GingGangGoo
Registered User.
- Local time
- Today, 05:16
- Joined
- Dec 14, 2010
- Messages
- 121
In my Office 365 Access app, I have a table Activities, a table Contacts and a join table for activities/participants (contacts).
In my form for entering/editing an activity, the related item control would be the contacts assigned to that activity, all fine. Now when I pop up a form to assign the contacts to an activity, I would like to not have to add them one at a time. Often times, I have a signup sheet for the activity, and I would like to enter them all at once from that. So that's the first piece. Best practice for this? Do I use a datasheet form and if so how do I write a macro to add all the records to the table after update.
The second part is, some of these contacts will already exist, but some won't. so I would need to be able to take a side-step so to speak, if a contact is not in the contact table, and add him or her and then return to my task.
Help is greatly appreciated. I can write simple macros, but the data macros are so confusing, and I need very simple instructions for those.
Thanks
In my form for entering/editing an activity, the related item control would be the contacts assigned to that activity, all fine. Now when I pop up a form to assign the contacts to an activity, I would like to not have to add them one at a time. Often times, I have a signup sheet for the activity, and I would like to enter them all at once from that. So that's the first piece. Best practice for this? Do I use a datasheet form and if so how do I write a macro to add all the records to the table after update.
The second part is, some of these contacts will already exist, but some won't. so I would need to be able to take a side-step so to speak, if a contact is not in the contact table, and add him or her and then return to my task.
Help is greatly appreciated. I can write simple macros, but the data macros are so confusing, and I need very simple instructions for those.
Thanks