I have a form with 4 unbound listboxes (LB).

When the form opens, I want:

1. LB1 to display values in row 1;

2. LB3 to display data based on the value of LB1;

3. LB4 to display data based on the value of LB3;

4. LB2 to select the the row that agrees with row 1 of LB4

I can get this all to happen AFTER the form is opened, but not at the time of the OnOpen or...