If you can Link the folder, then you can use a MakeTable query to localize that. For example, if I Link an Outlook folder named "MyOutLookFolder", and I then want to make that into a permanant, local table, I can do this:
Currentdb.Execute "SELECT * INTO MyNewTable FROM MyOutLookFolder"