I am using Access 2007. I have a multi select list box that has all mail addresses from a query. The code I have sends mails to only members who are selected from the listbox. I want it to send to everyone. I need code that can select all items in a list box. I tried
set lst=me![maillistbox]
call selectAll(lst)
'but it didnt work. Please help
set lst=me![maillistbox]
call selectAll(lst)
'but it didnt work. Please help