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

Putting a string in a field fails....

Status
Not open for further replies.

markdebont

Programmer
May 29, 2002
1
NL
I am programming some code to write some values from one Excel spreadsheet into another (via ODBC) but the funny thing is that the first line works but the second one fails!

Rs.Fields!c = Cells(7, 5).Value

Rs.Fields!c = "Test"

Any help?

Mark
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top