I have 3 tables
Jobsite - contains info about a job
Equipment - contains a list of equipment (shovels,hard hats etc)
JsEquipment link table for first 2 tables contains a Pk and 2 FK's from each above tables JSE_PK,JBS_FK,EQP_FK
I want to use a checked listbox to allow the user to select which equipment needs to be used on the job. Can you give me a rundown on how to set up the checked listbox. I have tried but failed.. By the way all the primary and foreign keys are guid's
Thanks
P