Filter a listbox by character

  • Thread starter Thread starter Abdul Shakeel
  • Start date Start date
A

Abdul Shakeel

Hi all,

I am using a foxpro base software in which in a text box if we type ""app"
list box filters automatically for the nearest word for example apple etc. &
when we clicked a particuler word in list box its appears in that text box.

Please tell me how it could possible in access I am using Access 2003.
 
Use a combo box. It will automatically filter the choices as a user starts
typing, then they can select what they want all within the same control. No
need for two separate controls.
 
Back
Top