J
JamesJ
I have a form with a listbbx and both are based on the same table.
I want the listbox and form to display the same row when I make a
selection in the listbox.
I'm populating the listbox with dvd titles and have placed the movie
description on the form. When selecting a title in the listbox I want
the pertinent description for that title to display in the description.
I found some old code and it works but I'm sure there's a better way.
Me.RecordsetClone.FindFirst ("DvdMovieID=" & Me!lstTitle)
Me.Bookmark = Me.RecordsetClone.Bookmark
Sny help will be appreciated,
James
I want the listbox and form to display the same row when I make a
selection in the listbox.
I'm populating the listbox with dvd titles and have placed the movie
description on the form. When selecting a title in the listbox I want
the pertinent description for that title to display in the description.
I found some old code and it works but I'm sure there's a better way.
Me.RecordsetClone.FindFirst ("DvdMovieID=" & Me!lstTitle)
Me.Bookmark = Me.RecordsetClone.Bookmark
Sny help will be appreciated,
James