Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to change value in recordset field?
Message
From
15/06/2001 13:51:05
David Fluker
NGIT - Centers For Disease Control
Decatur, Georgia, United States
 
 
To
13/06/2001 15:22:07
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00519020
Message ID:
00520055
Views:
21
>The page fails saying "Errors found" and nothing else on the following line within the loop:
>RS1.Fields("Country").Value = RS1.Fields("Country").Value
>It does not matter what I put into the field, it always fails on the left side of the equation.

Alex,
It should work with
RS2("Country") = RS1("Country") 
' or whatever value you want on the right

BTW, I assumed you were populating the blank RS2 record on the left. If I read it wrong, change it to RS1("Country")
David.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform