Is it possble to pass an ADO recordset to a Sub or Function?<br><br>For example:<br><br>' Call the Sub<br>MySub(rsMyRecordset)<br><br>' Then the Sub will have the following:<br>Sub Mysub(ByVal rsLocalRecordset as ADODB.Recordset)<br><br><br>I have not had much success coding it this way. Am I making some kind of mistake, or is there another way to pass an entire recordset to Sub or Function?<br><br>Thanks for any help!<br><br>