|
-
May 31st, 2000, 12:43 AM
#1
I have problems accessing my database. this is wat happens.
the code below is a part of my program.
Private Sub log()
Dim foundflag As Boolean
datavalues = Left$(strData, len (strdata, - 2)
If Len(datavalues) > 0 Then
data1.Recordset.MoveFirst <--- Problems Here!!!
foundflag = False
....... bla-bla-bla
it gives me an error of "Object Variable or With Block variable not set"
wat does this mean?
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
|