I have a form where the user needs to select a student from a list to enter the training.
They either have a Fist name, Last name or cel number.
The list of initial rows is more than 30,000 rows.
When the initial field opens it takes a long time to open. So I suspect that the system is build a list of 30000 records with information and sending that to the browser for it to be searched. This works well if the records are less than 7000.
I think i have developers block as I can’t think of another way to search, display the records and return the selected ID.
Any suggestions.