Opening a Form Record from a ListBox Selection
How to open a form record from a listbox selection. Q: Martin Wichmand is trying to open a form to a specific record from the DblClick event of a listbox, using the ID primary key, but he can’t make it work with the following procedure: Private Sub lstMandag_DblClick(Cancel As Integer) DoCmd.OpenForm “Sagsstyring”, , , “ID”End […]