hi all
i have sender structure :
Sender_MT
|----
RecordSet
|----
A
|----
B
|----
C
|----
D
I want to pass all the fields under RecordSet to UDF for further processing . but the fields might get added or deleted from the recordset later. so instead of passing individual fields to UDF can i directly pass RecordSet strcture to UDF as input and access all the fields under it???
If yes how to access individual fields under RecordSet in the UDF?
Thanks
Sheetal