I currently have a form with two list boxes.
The first list box call up an SQL statment.
I then have a command button which using an addition query allows you to select one row at a time and add it to the second List box. I also have a second command which copies all the entries across.
What I would like to acheive is something similar but using the Multi select function.
i.e. you select two or threee rows hit select and they appear in the second list box.
Is this possible using queries or do I need to go more into VBA and if so what is the best route.
I would appreciate your help.
thanks
The first list box call up an SQL statment.
I then have a command button which using an addition query allows you to select one row at a time and add it to the second List box. I also have a second command which copies all the entries across.
What I would like to acheive is something similar but using the Multi select function.
i.e. you select two or threee rows hit select and they appear in the second list box.
Is this possible using queries or do I need to go more into VBA and if so what is the best route.
I would appreciate your help.
thanks