View Full Version : Can this be done? When using List or Combo Box?


russi
02-09-2001, 05:59 AM
Here is the situation.

The app I wrote is replacing an old FoxPro for Dos app. There is one thing that prg could do which I cannot seem to duplicate in Access and users want it.

Users can use a list/combo box of client names, choose one and upon clicking it bring up that person's record.

But if there are 50 people whose last name begins with 'S' they can only type 'S' and get to that section of names. They CANNOT then type an 'M' and have the listing go to 'SM' names, then if they type 'I" have it go to 'SMI' (so they could now be maybe at 'Smiths').
They could do this in the old dos foxpro prg.

Any ideas? Thanks.

pdx_man
02-09-2001, 07:49 AM
Make sure the Auto Expand property is set to Yes in the Properties of the combo box.