subform displaying listbox selection

badangel

Registered User.
Local time
Today, 00:53
Joined
Jan 31, 2003
Messages
26
Hi, i've posted a question relating to this before but its still causing me problems, even though I think its probably easy; it would be good if someone could tell me what I'm missing!

I have attached part of my database thats giving me the problem. I would be grateful if someone would have a look at it for me. Selecting something from the drop down menu displays the relevant items in the list box. I would then like the subform to display details of the item clicked on in the list but for some reason it just wont work. What am i missing?!

Thanks in advance.
 

Attachments

badangel,

Your ListBox has no event associated with it. When you
click on it ... Nothing!

What you need to do is what you did with your combo box.

What you really need is one Main Form with two combo
boxes to search for the appropriate records. Search this
forum for cascading combo boxes.

Wayne
 

Users who are viewing this thread

Back
Top Bottom