March 23, 200619 yr Newbies I'm sure I'm missing something very simple. I've a number of self join relationships I use to display records on a custom form when users enter a response in a global field. How do I trap the situation when what they enter returns no related records. I presumed the Get Found Count = 0 method won't work in this case and sure enough it doesn't seem the right method to use. Any help to point me in the right direction gratefully received.
March 23, 200619 yr Set Error Capture[on] Go To Related Record[....] If[Get(LastError)<>0] Show Custom Dialog [There are no related records] End If
March 23, 200619 yr Also: If[isvalid(related::ID)] Go To Related Record Else Show Custom Dialog [There are none] End If works -Raz
March 23, 200619 yr Author Newbies Thanks VERY much to you both. So simple when you know how. Cheers Phil
Create an account or sign in to comment