I am needing to append records to a linking table from a listbox by double-clicking on the row in the listbox. It seems that this should be simple, but I can’t seem to figure it out.
Details: I have a class registration form that I can specify a class, which in turn lists all the individuals who have been registered for that particular class (We’ll call this listbox A). Another listbox ( lists all individuals who can be registered into a class.
The source for (A) comes from a table (tblClassRegistrations) linking a person’s ID to a class ID. I want to be able to double-click on a row in ( and have that ID and the classID appended to the tblClassRegistrations table, and thereby showing up in listbox (A).