Hi
Is it possible to use list boxes on a form with property "Default View" set to "Continuous Forms"?
The list box displays a list of choices the user can choose (taken from an SQL query).
Here's the problem. At one time, I can see multiple records on the form, along with multiple list boxes, one for each record.
However, the choices in ALL the list boxes that are displayed are the same as the record that has the focus currently.
E.g.
Record 1: What is your favourite colour?
List box choices: Blue, Red, Green, Yellow, Black, White, etc.
Record 2: Which month were you born in?
List box choices: Jan, Feb, Mar, Apr, etc.
However, in form view, when record 1 has focus, ALL the list boxes, even the list box for record 2, displays "Blue, Red, Green, Yellow..." etc.
When I click on record 2 and focus changes to record 2, all the list box choices on the form show "Jan, Feb, Mar, Apr" etc., even the list box for record 1.
Is there a way to actually to show the correct choices for each list box, if I want to use the form in continuous view?
Thanks!