Thanks for taking the time to reply Anna it is appreciated,
I have a Patients List that exceeds 5000, this is looked up from an Appointments List.
The user enters a Patient ID in the LU to check if it exists, if it does the Patient is selected and the appointment details are completed, if not the new Patient is added to the patient List.
The Patient lookup does not work due to the 5000 breach. I understand filtering the views to return less than 5000, but how do I make the Lookup work when I need to check all of the Patient records.
The users required a calendar view to manage the different Clinics. All of this works fine when below threshold.
I was hoping to split the Patient lists but accessing these through a Calendar view is problematic.
Thanks Bruce