To anyone who can help,
I created a table of a list of people who you potentially want to send some information to.
I'm really new to VBA but I think I need to use it to get this done.
What I want to do is when a user clicks on send a form pops up that list all these people you could send it to. This list can change so it's based of a table that you can update.
In front of each person I want to place a check box. So every time someone checks the box that person will be included in the e-mail.
I'm guessing I run a sql query first in VBA that loops through the table for all the names.
But where I'm getting stuck is how do you display the names and checkbox onto the form?
Please help. Very new to this so a well written example would be really appreciated.
Regards,
Stupiet
I created a table of a list of people who you potentially want to send some information to.
I'm really new to VBA but I think I need to use it to get this done.
What I want to do is when a user clicks on send a form pops up that list all these people you could send it to. This list can change so it's based of a table that you can update.
In front of each person I want to place a check box. So every time someone checks the box that person will be included in the e-mail.
I'm guessing I run a sql query first in VBA that loops through the table for all the names.
But where I'm getting stuck is how do you display the names and checkbox onto the form?
Please help. Very new to this so a well written example would be really appreciated.
Regards,
Stupiet