This is frigging stupid. I suck at this data access stuff.
But anyway, here... I've got this textbox, Text1 , and it is databound to an adodc connection. That connection works, and the textbox displays the data it is supposed to display as I go through the records.

But I need to make that when this textbox gets a value (it gets passed from another textbox), that it will update the appropriate database field with the new value.

How do I do this? I thought it was automatic with the databinding itself.

Thanks.