OK guys, here is what I am aiming for: I have an append query that when run, will display a selection of e-mail addresses and the corresponding report they receive. I have the query to run via command button, and i'm trying to get the e-mail addresses to display in a list box. Now, the way I have it set up works...to an extent.....I have the form on load to clear the table that gets appended. Then the user clicks the button, enters the report name, and the records are appended to the table....but the list box does not display anything. Is there a way to refresh the list box after the button is clicked, or a more efficient way of accomplishing this task?
