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

Setting DataRows Equal to Each Other

Status
Not open for further replies.

Auguy

Programmer
May 1, 2004
1,206
US
This seems simple. Just making sure this is ok. I want to set one datarow equal to another datarow. Is the following all I need to do to make all columns in the DisplayDataRow = all of the columns in the WorkDataRow, or must I iterate through the row column by column setting them equal to each other? The datarows were created from the same table of a dataset.

Code:
' Set display row = work row
DisplayDataRow = WorkDataRow

Auguy
Sylvania, Ohio
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top