My listbox deactivates as I switch from form to form, Help?

J

jetj84

I have multiple forms that will open from one to the other by use of command
buttons. However, as I open up a specific form with a listbox it will not
highlight or select the values that I have within it, even though the scroll
bar still works. When I open this form separately the listbox works
perfectly fine. There is nothing within my coding that deactivates the
enabled property and the listbox is not locked. What am I doing wrong?
 
Top