I select a number of employees from a list box and a training topic from a text box and put these into an append query that data is then appended to a table. since the data is still in the query, I assume that next time I do this all the data will be append, not just the new. I use this process over and over so I thought it needed to be dumped after each time the appending is done. If there is a better or more correct way to do such a thing, I'm open to any thing that will allow me to relate these two tables.
thanks