I have a database and I was requested to setup a process to email various "Process Owners" on a click of a button. I have tried doing it with a macro, I tried some ways using queries and tables but I can not seem to get it right. A form is filled in with process owners, this is done by a drop down choice, the table these Process Owners are in also contains a column with their email address. I want to capture the email address based on the forms selection. I tried to use a query to capture the email address into a "create table procedure" but now I want to take that information and put it into the To: in outlook. I use Access 2007 and outlook 2007.
in a macro, is it possible to set the option in the SendObject, Action Arguments To field to except multiple emails? I can capture one from a form: =[FOMRS]![(form name)]![(field name)], but I can only get one field to work. Any ideas or what is the best way to attempt this? I have 11 fields in all to be captured from the query/table.
in a macro, is it possible to set the option in the SendObject, Action Arguments To field to except multiple emails? I can capture one from a form: =[FOMRS]![(form name)]![(field name)], but I can only get one field to work. Any ideas or what is the best way to attempt this? I have 11 fields in all to be captured from the query/table.