XML in Access?

A

ASP.Confused

Can I perform a query to retrieve XML instead of a recordset in MS Access?

For example, in MS SQL, I could do the following:

SELECT * FROM myTable FOR XML AUTO


Is there anything like this for MS Access? Thanks!
 
Top