partthethird
Technical User
As part of my uni coursework, I have to create a database that contains members and bookings for a court (squash, tennis, etc). The basic layout and everything is done, and I need to know how to search, for example, a surname field without the user having to type in a name first.
So: say the user types 'S' into a text field linked to the surname field in a table, all surnames beginning with 'S' should be displayed. Every subsequently entered character should narrow the search and display the closest match in the text field. ('S' = Stanswick, Schofield. 'Sc' = Schofield, and so on).
I have tried to make it as clear as I can. No code, because it's not done yet =)
So: say the user types 'S' into a text field linked to the surname field in a table, all surnames beginning with 'S' should be displayed. Every subsequently entered character should narrow the search and display the closest match in the text field. ('S' = Stanswick, Schofield. 'Sc' = Schofield, and so on).
I have tried to make it as clear as I can. No code, because it's not done yet =)