This is not something I would do in production but... In my POC application, I changed the BrowseDialog1.MaximumReturnedRecords to 10,000. When I do a search with no criteria (bring back the first 10,000 entries), I receive the attached exception regardless which record I select for edit, upon return to the entry form. If I change the MaximumReturnedRecords back to 1,000 (the default), all is well.
Can someone shed some light on this error?
Thanks!
Ben
NameLoca ---> AddrHist
Shouldn't it just be selecting the child records for the "current" NameLoca record and not ALL based on the filtered return from the BrowseDialog form???