R
Robert T
Hello:
We have a many to many application used to register students in our classes.
One of the forms is One Class to Many Students. We have two list boxes on
this One to Many form used to register our students in a class.
The list box on the left shows all of the unregistered students in our
student table. When we click on a name or names, that moves them from the
unregistered listbox on the left to the listbox on the right, which is of
course the Registered box.
More than 90% of the time, it works perfectly. However, we've recently
noticed that if you click on 1 student's name in the left, unregistered the
box. 2 students are registered in the right, registered list box. At first I
thought the user was clicking between 2 names but that isn't the case. In
fact, it's registering the student's name the user clicks on and the 2nd name
is not adjacent, it usually is a student with a very different last name.
I'm stumped, I don't even know where to start so I would truly appreciate
any suggestions.
Thanks,
Robert
We have a many to many application used to register students in our classes.
One of the forms is One Class to Many Students. We have two list boxes on
this One to Many form used to register our students in a class.
The list box on the left shows all of the unregistered students in our
student table. When we click on a name or names, that moves them from the
unregistered listbox on the left to the listbox on the right, which is of
course the Registered box.
More than 90% of the time, it works perfectly. However, we've recently
noticed that if you click on 1 student's name in the left, unregistered the
box. 2 students are registered in the right, registered list box. At first I
thought the user was clicking between 2 names but that isn't the case. In
fact, it's registering the student's name the user clicks on and the 2nd name
is not adjacent, it usually is a student with a very different last name.
I'm stumped, I don't even know where to start so I would truly appreciate
any suggestions.
Thanks,
Robert