The results of a SQL statement are posted in a listbox titled, lstResolution. I want to open another form (frmEdit) when a user double-clicks an item from the list, based on the field tblResolution.Number. Here is my code for that:
DoCmd.OpenForm "frmEdit", acNormal, , "[tblResolution.Number]...