here's my code, i copied it off from a sample database a long time ago, now my thing is, when i click the listbox, it would query the records selected, but what if my listbox has records that are null? how do i add the line to the code?
Private Sub lstSchedule_Click()
DoCmd.Requery...