Is this possible?

Let me explain. I have a requirement to create an Access database with no binding whatsoever. So I would like to utilize ADO recordsets. But, Access controls, such as dropdown boxes are not ADO aware. So I was thinking, I could somehow dump an ADO recordset into a local table to allow a control to use it.

Any help would be appreciated.