how can i solve "object or with block variable not set" ie runtime error 91 in vb
my code is
Dim max_range as integer
Form_load()
max_range = adodc1.recordse t.recordcount // ERROR IN THIS LINE
formula for random no
text1.text = random no
text2.text = adodc1.recordse t.fields("messa ge")
end sub
PLEASE REPLY FAST........
SRRY FOR THE TROUBLE
THNX IN ADVANCE
my code is
Dim max_range as integer
Form_load()
max_range = adodc1.recordse t.recordcount // ERROR IN THIS LINE
formula for random no
text1.text = random no
text2.text = adodc1.recordse t.fields("messa ge")
end sub
PLEASE REPLY FAST........
SRRY FOR THE TROUBLE
THNX IN ADVANCE
Comment