Question : outlook folder import macro

does anyone have a macro to import a certain outlook folder into a access table?
no link, but import

Answer : outlook folder import macro

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"
Random Solutions  
 
programming4us programming4us