A family of Microsoft relational database management systems designed for ease of use.
Take a look at the GetRows method of the Recordset object: http://msdn.microsoft.com/en-us/library/office/ff194427.aspx.
So you open a recordset on the table, then use its GetRows method to populate a two-dimensional array.