Jump to content

This topic is 7540 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

This is what I would like - any ideas on how to achieve it?

Three inputs

1. FirstName

2. SurName

3. Company

So you fist you enter the firstname and surname and as you tab away from the surname a list in a portal of possible matches in the database already

Similiar with the company.

And ideas on this and any pitfals using this setup might incur??

Thanks

Posted

The attached is an old file that may give you some ideas.

I start with last name and show a list of everyone in a portal. The user types in a few letters of the last name and the portal shows only names starting with those letters.

Posted

This is my current workings...I'm trying to make it so that first field (first name) is searched and then the portal breaks down matches and then the same for the last name making it a tighter list.

See attached and let me know

TAhead_SP.zip

Posted

It looks very much like the file I attached. I think it will be difficult to get key fields that would allow partial first & last names. The number of combinations would get very large.

Posted

simoncpage said:

Fantastic! - any ideas how well this will handle 30,000k names?

As the calculation field for the character combinations needs to be stored, it should be quite fast (but it will blow up the file size a little).

Posted

Yeah I've just imported 20k of records and increased the firstname and surname to 8 characters.....yawn...record remaining to process....tick tock...but its is nice and quick to search with.

I might give it a test with unstored and see how much of a difference I get.

Thanks

This topic is 7540 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.