|
-
Aug 6th, 2004, 04:21 AM
#1
Thread Starter
Fanatic Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|