I'm using the same form at times with an ADODC control and at times without it.
I set up my text boxes to use the control like so:
Set txtItem.DataSource = Adodc1
txtItem.DataField = "Field"
How would I put the DataSource of this text box back to being blank?? I've tried a few things w/ no success.
Thanks,
Ray
I set up my text boxes to use the control like so:
Set txtItem.DataSource = Adodc1
txtItem.DataField = "Field"
How would I put the DataSource of this text box back to being blank?? I've tried a few things w/ no success.
Thanks,
Ray