Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ADODC DataSource Question

Status
Not open for further replies.

wrbodine

Programmer
Joined
Aug 24, 2000
Messages
302
Location
US
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
 
Someone showed me a solution...
just clearing the field like so:
txtItem = ""

This worked for all but one label, which it said was not updatable...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top