Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to evaluate value of recordset field
Message
 
To
All
General information
Forum:
Visual Basic
Category:
Other
Title:
How to evaluate value of recordset field
Miscellaneous
Thread ID:
00598359
Message ID:
00598359
Views:
54
Hi,

Dim strField As String
Dim strEvaluatedValue As String

Do While Not rsWdTblCel.EOF And rsWdTblCel!TableNo = 1

rsWdTblCel.MoveNext

'here I am reading value of "Expr" field of rsWdTblCel (recordset)
strField = rsWdTblCel.Fields("Expr").Value

'assuming strField holding "rsWdRptDat!Name"
(rsWdRptDat is another recordset)
strEvaluatedValue = strField
'''''here I want to evaluate value of strField ???????

If rsWdTblCel.EOF Then
Exit Do
End If

Loop
'

Any Idea,Pls help.

TIA
Ajay Mishra
Next
Reply
Map
View

Click here to load this message in the networking platform