Craftsman61
MIS
Hello guru's and interested parties.
I need direction in finding a solution to something I am working on.
I have a text box (txtReqNum)which uses the access standard macros of first record/last record etc... I have also a list box (lstReqNum) which displays all the ReqNum's in the database. As I use the access provided buttons and move record to record the list box adjusts itself perfectly. but when i press the access provided add record button and start entering the ReqNum for a new record the list box stays put at the first record. What I would like the list box to do is to adjust itself to the entered text box data, character by character - sort of like a visually proactive duplicate checker. As you type in say B , the list box goes to the first B. When you next type in a L, the list box displays the first BL record and so on.
Any suggestions ?
I need direction in finding a solution to something I am working on.
I have a text box (txtReqNum)which uses the access standard macros of first record/last record etc... I have also a list box (lstReqNum) which displays all the ReqNum's in the database. As I use the access provided buttons and move record to record the list box adjusts itself perfectly. but when i press the access provided add record button and start entering the ReqNum for a new record the list box stays put at the first record. What I would like the list box to do is to adjust itself to the entered text box data, character by character - sort of like a visually proactive duplicate checker. As you type in say B , the list box goes to the first B. When you next type in a L, the list box displays the first BL record and so on.
Any suggestions ?