jbpelletier
Programmer
I have 2 lookup combo box...
the 2sd combo box list depend on the first combo box selection.
when i change the value in my first combo box, the 2sd combo list change ok.. but the text dont change right after
the change. For exemple:
1st table = month
day
2sd table = month,jan
month,...
month,dec
day,sunday
day,...
day,saturday
If i select from the 1st combo month then in the seconde combo Dec.. then i select day from the 1st combo..
its displaying combo1: DAY combo2 : DEC
whats is competly stupid..
how can i update the 2sd combo text right afetr a selection change in the 1st combo.. (combo=lookupcombobox)
tanx.. jb
the 2sd combo box list depend on the first combo box selection.
when i change the value in my first combo box, the 2sd combo list change ok.. but the text dont change right after
the change. For exemple:
1st table = month
day
2sd table = month,jan
month,...
month,dec
day,sunday
day,...
day,saturday
If i select from the 1st combo month then in the seconde combo Dec.. then i select day from the 1st combo..
its displaying combo1: DAY combo2 : DEC
whats is competly stupid..
how can i update the 2sd combo text right afetr a selection change in the 1st combo.. (combo=lookupcombobox)
tanx.. jb