I have a form where a user can create an event. In the subform they can add invites. The invites are looked up from a contacts list. That contacts list contains email addresses.
This gets more interesting as for each invite, one or more people can be selected as inviting them. The invites subform is set up as continuous with a button to launch a pop-up form. That pop-up form is a continous form with a drop down to pick from a list of possible people who would invite someone to an event.
I am being asked to create a way for a person to go to an event and grab the emails for all the contacts being invited to that event.
Here is the catch - The user wants to show them by the person or people inviting them.
so lets say we have 5 people that might invite a contact to an event Person A, B, C, D, and E.
Contact 1,2,5, 8, 9 and 10 were invited by A and B.
Contact 3 and 4 were invited by C.
Contact 6,11,13 were invited by A.
Contact 7 and 12 were invited by A D and E.
I need either 4 results of email addresses or a datasheet view that will contatenate the combo of people inviting contacts.
(something like this)
Invited By Contactemail
A, B 1@address.com
A, B 2@address.com
A 3@address.com
etc.
I am concerned about trying to create that output because it seems like I will need code to do the looping.
The user wants to be able to grab (copy - for putting into an email) all the emails for all the invites being invited by one combo of people and send an email from those people to those invites they are inviting. Make sense?
If anyone has ideas of how to do this, I am all ears!!!!
misscrf
It is never too late to become what you could have been ~ George Eliot
This gets more interesting as for each invite, one or more people can be selected as inviting them. The invites subform is set up as continuous with a button to launch a pop-up form. That pop-up form is a continous form with a drop down to pick from a list of possible people who would invite someone to an event.
I am being asked to create a way for a person to go to an event and grab the emails for all the contacts being invited to that event.
Here is the catch - The user wants to show them by the person or people inviting them.
so lets say we have 5 people that might invite a contact to an event Person A, B, C, D, and E.
Contact 1,2,5, 8, 9 and 10 were invited by A and B.
Contact 3 and 4 were invited by C.
Contact 6,11,13 were invited by A.
Contact 7 and 12 were invited by A D and E.
I need either 4 results of email addresses or a datasheet view that will contatenate the combo of people inviting contacts.
(something like this)
Invited By Contactemail
A, B 1@address.com
A, B 2@address.com
A 3@address.com
etc.
I am concerned about trying to create that output because it seems like I will need code to do the looping.
The user wants to be able to grab (copy - for putting into an email) all the emails for all the invites being invited by one combo of people and send an email from those people to those invites they are inviting. Make sense?
If anyone has ideas of how to do this, I am all ears!!!!
misscrf
It is never too late to become what you could have been ~ George Eliot