S
Stuart Grant
I have a simple form with a listbox and a group of textboxes all based on
the same query. The listbox has three columns - an ID autonumber, with
width 0 and two columns with LastName,FirstName. The textboxes have deails
on each record.
The form comes up with focus on the first record in the listbox and the
correct details in the text boxes. But if I click on another line in the
listbox, nothing happens the focus doesn't move and the details remain those
of the first entry.
If I press Enter then it moves to the next line in the listbox and the
details change correctly. If I add navigation buttons it also moves
correctly. Bound column is Column1, the ID.
Why doesn't simply clicking work ? I Haven't written any code for the
Listbox click event because I thought this was automatic.
What's wrong ?
Stuart
the same query. The listbox has three columns - an ID autonumber, with
width 0 and two columns with LastName,FirstName. The textboxes have deails
on each record.
The form comes up with focus on the first record in the listbox and the
correct details in the text boxes. But if I click on another line in the
listbox, nothing happens the focus doesn't move and the details remain those
of the first entry.
If I press Enter then it moves to the next line in the listbox and the
details change correctly. If I add navigation buttons it also moves
correctly. Bound column is Column1, the ID.
Why doesn't simply clicking work ? I Haven't written any code for the
Listbox click event because I thought this was automatic.
What's wrong ?
Stuart