Solved Referencing a field within a RecordSet...

Can't follow exactly, David. Which variable do you mean to add a watch on?
 
Ah, ok. That would be possible, right.

What I had in mind was that I often use such a construct, where I don't have a variable at all, but only the 'With'-context:

Code:
With New MyClass
    ...
End With
 

Users who are viewing this thread

Back
Top Bottom