list box opens detail form of item selected

accesshelpme

Registered User.
Local time
Today, 15:42
Joined
May 13, 2012
Messages
15
I have a listbox on my main form(named:customer editor). I want to be able to double click an item in the list box(name:list91) and bring up another form called productdetails. I want this to bring up the details of teh particular record in selected from the list.

so i know
in the listbox double click event:

DoCmd.OpenForm "ProductDetails"

but what else would i have to put in the code to ensure that it only opens up the details for that specific slection from the listbox

any help is greatly appreciated!
 
If you wait long enough, someone may actually tell you. Otherwise, I'd recommend looking in the documentation for DoCmd.OpenForm and also finding one of the numerous examples on the web and on AWF.
 

Users who are viewing this thread

Back
Top Bottom