Hello Everyone!
i have been going through how to sort or filter my DropDown based on selected DropDown in the Main Form, The DropDown works as expected where i fetched the Data from Subform of another Form and it works.
my Problem now is only sorting, here is the code. Thanks
database_records = Parts[ID != 0];
input.Parts_Name:ui.append(database_records.Add_Parts.Part_Name.getall());