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