simongallop
Registered User.
- Local time
- Today, 23:54
- Joined
- Oct 17, 2000
- Messages
- 611
I am trying to view details in a list using a combo box and a textbox to narrow the criteria. I want the textbox to behave the same way as in Help where whilst you are typing, the list is updated. The combobox is to limit the selection by category.
I have an On Change code of me.refresh but that also refreshes the textbox which means that I can't type more than one letter (unless I reposition the cursor with the mouse). I have also tried Forms!frmX!lstBox.requery which has less success.
What am I doing wrong? Is there any VB code to position the cursor within the textbox?
Thanks in advance
PS If you saw the previous message hope that this is a bit clearer!!
[This message has been edited by simongallop (edited 10-18-2000).]
I have an On Change code of me.refresh but that also refreshes the textbox which means that I can't type more than one letter (unless I reposition the cursor with the mouse). I have also tried Forms!frmX!lstBox.requery which has less success.
What am I doing wrong? Is there any VB code to position the cursor within the textbox?
Thanks in advance
PS If you saw the previous message hope that this is a bit clearer!!
[This message has been edited by simongallop (edited 10-18-2000).]