Heya, I've got a listbox set to simple multi-select that I want to select rows on form-load based on values in a table (tblStaffBooking).
The table (tblStaffBooking) has BookingID and StaffID.
The listbox's rowsource is this statement:
SELECT [FirstName], [LastName], [ID] FROM tblStaff WHERE...