View Full Version : List Box problem


Shaunny
07-26-2001, 01:37 AM
I have created a form with four page tabs,
on each page I have a list box that is looking at sessions that are available thoughout the year, the control source for each box is the same, but each box is also using a diffrent query to look for diffrent types of session.

Problem is that when I swap from tab to tab the list boxes are not scrolling to show all of the sessions available for the year, even when I have entered code to requery them.

Help

PrincessBretti
07-26-2001, 03:27 AM
try setting the control source to be the query for each one.

Princess