Hi All -
Hoping someone can help me out here.
I currently have a search box function that allows me to search in my database based on the patients name. I would love to go one step further and be able to search for the patient still but only if they have not been discharged, so discharge = Off or False. I think I need a nested Sort statement, however, can't seem to figure it out.
My Current Code is:
Filter( PediatricSurgeryList, StartsWith( Patient_x0020_Name, TextSearchbox1.Text ) )
I now want to Filter and search in this exact same way, but ONLY if Discharge = False, Off
Any help is greatly apreciated!
Brandon