Hi all,
On my form, there are two list boxes. One list box is populated through a query. Using "moveover" function I transfer some of teh values from one list box to other. This works properly.
Now I have to use another set of list boxes for another query based values. I can not use "moveover" function when both the sets of list boxes are present on the form.
Can anybody suggest the solution or proper method of handling this type of problem?