No.. On the DoubleClick event of the list box....
DoCmd.openform "yourotherformname",acnormal
On the on-open event for "yourotherformname", put in the code...
Me.RecordSource = "your list box string here"
As long as the options in the listbox are the names of tables in your database, I don't...