DocHoliday66 wrote:
when the user open the form for the same record number and want change the checkboxlist items. How do I go about doing this
You need to do the following: 1. Check the details about that 'record' number already exists or not. 2. If you find that there are items selected and saved in DB then retrieve that data using a Select query. 3. Once you have the data retrieved, go in a loop and explicitly select those items in the checkboxlist.