In the attached Access database file, there's a form called 'Frm_SearchMulti'. When you highlight a record in the list box and click the View Record, I want the 'Frm_Accounts' to pop up and show the highlighted record. What happens instead is a parameter box pops up, and when you enter the ID of the highlighted record, the form does appear with that record. How can I modify it to eliminate the parameter pop up and have it go directly to the highlighted record?
Here's the event procedure for the view record button:
On Error GoTo Err_Command60_Click
Dim stDocName As String
Dim stLinkCriteria As String