Paul Cooke
Registered User.
- Local time
- Today, 03:49
- Joined
- Oct 12, 2001
- Messages
- 288
Hi guys,
could someone tell me if it possible to do the following please (also if it is practable!)
I have a form with a combo box called cboFindPatient and a listbox called
lstpatients.
What I would like to happen is as the user types a letter in the combo any patient whose name begins with that letter will show up in the listbox and as the user continues to type letters the lstbox requery's to show only those names with the relevant letters. So for example
p = Paul, Patrick, Phillip,
Pa = Paul, Patrick
pat = Patrick
I have no got a clue where to start on this or even if it is possible so would be very grateful for any advice or help you can offer.
Many thanks
Paul
could someone tell me if it possible to do the following please (also if it is practable!)
I have a form with a combo box called cboFindPatient and a listbox called
lstpatients.
What I would like to happen is as the user types a letter in the combo any patient whose name begins with that letter will show up in the listbox and as the user continues to type letters the lstbox requery's to show only those names with the relevant letters. So for example
p = Paul, Patrick, Phillip,
Pa = Paul, Patrick
pat = Patrick
I have no got a clue where to start on this or even if it is possible so would be very grateful for any advice or help you can offer.
Many thanks
Paul