Flex does not have anything to directly access MS Access mdb files. You can use the Flex HTTPService, WebService, or RemoteObject components to connect to some server side technology that connects to the database (PHP, CF, Java, etc.), but can't connect directly from Flex.