Set AdoDc properties at run time
Hi
I'm sure this has been asked before but ....
I want to change the Adaodc control source RecordSource property at run time in a VB6 application
Is this possible? and how do I make it work?
I've tried
adoContacts.RecordSource = strSQL
adoContacts.Refresh
but this seems to disable to AdoDc control
Thanks
Psionman
__________________
Thanks
Psionman
|