M
Mark
Hi,
I have a List Box problem that is driving me insane :-((
I have a List Box that drives a second List Box - classic Customers /
Contacts scenario.
Works a treat (nearly) - when I select a Customer (using the mouse) it
displays the relevant contacts in the second List Box.
However, when I use the keyboard up/down arrow key it doesn't work properly
- the SQL statement I use brings back the previously selected customer.
The code is in the After_Update event of my first List Box - am I using the
correct event in the first place??
Mark
I have a List Box problem that is driving me insane :-((
I have a List Box that drives a second List Box - classic Customers /
Contacts scenario.
Works a treat (nearly) - when I select a Customer (using the mouse) it
displays the relevant contacts in the second List Box.
However, when I use the keyboard up/down arrow key it doesn't work properly
- the SQL statement I use brings back the previously selected customer.
The code is in the After_Update event of my first List Box - am I using the
correct event in the first place??
Mark