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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Assign SQLDATASOURCE selected value to a textbox

Status
Not open for further replies.

load3d

Programmer
Feb 27, 2008
117
US
Suppose I have a SQLdatasource connection we'll call it (SQLDATASOURCE1)

How do I assign the selected value to a textbox


me.textbox.text = me.sqldatasource1.value

 

DataSource could be a Table, or a table from the DataSet, or a DataView, or other animal like that.

What do you have?

Have fun.

---- Andy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top