Skip to Content
0
Jun 09, 2008 at 06:33 AM

Recordset in UDF

28 Views

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