Access Runtime and External data

D

David Cleland

Hi all,

I have an access application I am trying to package with the 2003
extensions - ie access 2003 runtime.

So far it is ace and I love it, but the point of the app is to process data
sent via email in excel format. Therefore I need the "get external data"
item on the file menu.

Is there a way ?

David
 
J

John Nurick

Hi David,

Just write your own code that uses DoCmd.TransferSpreadsheet to extract
the data.
 
Top