Double Listbox

D

DS

I have a form with a Listbox on it. When you choose an item from the
Listbox another form opens up with 2 Listboxes on it. The first Listbox
on form 2 populates just fine. The problem I'm having is trying to
populate the 2nd Listbox on the 2nd form...I've tried several things and
I just can't get it populate. The first 2 have Queries behind them.
Please any help would be appreciated.
Thanks
DS
 
G

Guest

What do you have behainf the second listbox on the second form? If you have
a query and it is correct, seems to me all you need is a list2.requery
command on the OnOpen event

Mauricio Silva
 
D

DS

Mauricio said:
What do you have behainf the second listbox on the second form? If you have
a query and it is correct, seems to me all you need is a list2.requery
command on the OnOpen event

Mauricio Silva

:
I have an SQL Statement. With the Requery on the After Update on List1
of Form 2.
Thanks
DS
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top