Sure. You can create a form with a listbox of your records. Keep the
primary key in the first column. Then from the OnDblClick event
procedure of that form, open your form view that you've created and
specify the primary key of your selected column in the .OpenForm
method "where" clause.
DoCmd.OpenForm "MyFormName", , , "MyKeyField = " &
MyListboxForm!MyListboxControl.column(0)
We have a product called "Selector" that will handle all of this for
you. A shareware/demo is available from
http://www.peterssoftware.com/sel.htm
Hope this helps,
Peter De Baets
Peter's Software - MS Access Tools for Developers
http://www.peterssoftware.com