I have a series of 2 list-boxes and a combo box in an Access form that are cascading. I would like to be able to edit the listboxes from the form by double-clicking on the specific value. I know that if I say Yes to the 'Allow Value List Edit' I can use a new form that will allow users to edit/add data. However I'd prefer to allow users to directly edit values on the form by double clicking on the values. I'm pretty sure I'll need to create a Double Click Event but I'm not sure what to use as the code. Any ideas are much appreciated!