I have asked this before and I am curious if ...

I have asked this before and I am curious if there are any work arounds that could be used.

When the user is setting up records, they are allowed to select a name from a cross reference or add a new name.

When searching for existing names I would like to filter based on the letters typed.

For instance if the user types โ€œRโ€ in the entry box,

they may get the following list: George Jerry Ralph Randy Robert

Robert

I would like to only get Ralph, Randy and Robert, so first letter filter.

If the user then follows with an โ€œoโ€ they would see Robert.

Any suggestions?

0 1 300
1 REPLY 1

Because the search feature is a pure string search, it wonโ€™t work. One workaround is if you add acolumn just before that column and you ask for the first letter, you are able to filter the list with the first letter. Of course it would need an extra column, but thatโ€™s the workaround I could think of.

Top Labels in this Space