Results 1 to 2 of 2

Thread: Member Or Data Member Not Found

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2000
    Location
    N.Ireland
    Posts
    651

    Member Or Data Member Not Found

    I keep getting a compile error when i run my program - saying "COMPILE ERROR - MEMBER OR DATA MEMBER NOT FOUND"

    Im tryin to connect to an access db. The program debugs/stops at this line MSRDC1.SQL = strSQL ......any ideas? Anything ive forgotten to reference maybe??

    Private Sub awb_LostFocus()
    If awb <> "" Then
    strSQL = "select * from awb where awbill = '" & awb & "'"
    MSRDC1.SQL = strSQL
    MSRDC1.LockType = rdConcurLock
    MSRDC1.Refresh
    Gilly

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    Is this VB6 or VB.NET?

    What is MSRDC1?

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