I've got a DB with this table, Systems.
Ive got this form that has 2 option buttons; optCheckIn and optCheckOut. It also has a listbox called lstComputers.
Depending on which option is selected, I want to run a query against systems to populate lstComputers. If optCheckIn is selected, I...