Microsoft
Software
Hardware
Network
Question : recordset to array
I have a routine that inserts some data into a powerpoint and it uses an array to step throught the data.
I'm thinking of making it a bit more generic by allowing other code to call it and either pass an arrary or recordset with the data.
Can I pass a recordset and are there any pros/cons of passing a recordset vs an array?
Also, is there an easy way to put the recordset into an array or do you just have to loop through all the records?
thanks
Answer : recordset to array
look at the getRows Method in the VBA help
Random Solutions
How do I get rid of double contacts in Outlook?
Sharepoint Server Error in '/' Application
Access 2003 NOT IN (select subquery) doesn't work
Access project - How to undo changes in a continuous form
Extract data from XML using sql server 2005Question
Timer function to automate Access
Cannot rename reports in Access 2007 runtime - bug?
How to make a field in the header of a form the first tab stop?
Trigger on Table?
Code retriving duplicated numbers.