B BillBee Registered User. Local time Today, 13:53 Joined Aug 31, 2008 Messages 137 Aug 27, 2010 #1 I am wanting to set up my database file in access runtime. There is a report in my file that I want to export to either Word or Excel. Is there some code that would allow me to do this?
I am wanting to set up my database file in access runtime. There is a report in my file that I want to export to either Word or Excel. Is there some code that would allow me to do this?
pbaldy Wino Moderator Staff member Local time Today, 13:53 Joined Aug 30, 2003 Messages 36,272 Aug 27, 2010 #2 Look at OutputTo, TransferText and TransferSpreadsheet in VBA help.
B BillBee Registered User. Local time Today, 13:53 Joined Aug 31, 2008 Messages 137 Aug 28, 2010 #3 Thanks. Got that sorted through a Macro but will try to work out now in VBA.