Hey all
I have a combo box that picks up contact names from a field of a table. So it's basically:
Select ContactName
FROM tbl_clients
The problem is that it won't let me type in it. As soon as I hit any letter, it display the name that begins with that letter and then highlights the previous field which is date. So for example, if I want to look for Abc, I type A, and before I can type b, it highlights the previous filed.
Any response will be highly appreciated.
Many thanks,
Rupa
I have a combo box that picks up contact names from a field of a table. So it's basically:
Select ContactName
FROM tbl_clients
The problem is that it won't let me type in it. As soon as I hit any letter, it display the name that begins with that letter and then highlights the previous field which is date. So for example, if I want to look for Abc, I type A, and before I can type b, it highlights the previous filed.
Any response will be highly appreciated.
Many thanks,
Rupa