Results 1 to 2 of 2

Thread: SQL NoMatch

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 1999
    Posts
    118

    Post

    i have a SQL statment that will not always return a record. What I want is this: When there is no match for sql statment Then Add
    Item to database along with mor information . any help would be appreciated.

    ------------------

  2. #2
    Junior Member
    Join Date
    Jan 1999
    Location
    Seattle WA USA
    Posts
    21

    Post

    You've already described the function to use: after executing a recordset Seek or FindFirst, you provide code for what to do if the record is not found this way:
    If Recordset.NoMatch Then
    'do stuff
    End If
    Dave

    ------------------

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width