Advanced Find Window Allows the user to search any table in the LookupContext to find data. Code public void ShowAdvancedFind() { var advancedFindWindow = new AdvancedFindWindow(); advancedFindWindow.Show(); }