I need a little help with an MS Access problem.

I have one list box 'lst1' which looks up values from another table containing mechanical qualifications.

My second list box 'lst2' receives values from lst1 via a button which copies the selected values from lst1 to lst2.

I can't seem to get lst2 to retain the values that are sent to it via the button.

Help would be appreciated.

Also from lst2 I'd like to be able to remove selected values from time to time. The .removeitem doesn't seem to work and I'm kinda stuck now for new ideas.