PDA

Click to See Complete Forum and Search --> : ADO not set error


rringsred
Jan 24th, 2000, 04:56 AM
Hi there,

I am tweekeing an existing application that used DAO into one tht uses ADO. However, when I make the switch it makes me create a new ADO control every time becaue when I call it from another form it says that ADO is not set, yet it worked fine with DAO. Any suggestions????

Clunietp
Jan 24th, 2000, 10:55 PM
do you have the exact error message?

VBfreak
Jan 26th, 2000, 01:48 AM
It might be due to the scope of the ADO object which can't be seen elsewhere than in the form. More details please

rringsred
Jan 26th, 2000, 02:16 AM
Thanks for the replys. It is greatly appreciated. I The problem is solved but I am thankful for you support