A awake2424 Registered User. Local time Today, 16:40 Joined Oct 31, 2007 Messages 479 May 14, 2013 #1 On an access 2010 form if there are 5 fields (Number,Address,Gender,Age,Date). Is it possible to use a button to export 3 fields (Number,Age,Date) to an excel spreadsheet (Master) and place them in a specific worksheet (Info)? Thanks
On an access 2010 form if there are 5 fields (Number,Address,Gender,Age,Date). Is it possible to use a button to export 3 fields (Number,Age,Date) to an excel spreadsheet (Master) and place them in a specific worksheet (Info)? Thanks
John Big Booty AWF VIP Local time Tomorrow, 07:40 Joined Aug 29, 2005 Messages 8,262 May 14, 2013 #2 Build a query that collects the data you wish to export to Excel and then use the code here to export that data to Excel.
Build a query that collects the data you wish to export to Excel and then use the code here to export that data to Excel.