Jul 10, 2003 #1 herbal Programmer Jul 10, 2003 36 US My code looks like this: dim foundRow as datarow foundRow = dsMembers.Members.FindByTDL(05403690) Basically, I just need to know how I would check to see if it found a record or not. I can't think of a way to do it. Thanks in advance! Herbal
My code looks like this: dim foundRow as datarow foundRow = dsMembers.Members.FindByTDL(05403690) Basically, I just need to know how I would check to see if it found a record or not. I can't think of a way to do it. Thanks in advance! Herbal
Jul 11, 2003 #2 PankajBanga Programmer Jun 11, 2003 389 AU this might help you!!! see the 6th post in the following thread thread796-597966 Upvote 0 Downvote