Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Access and Access VBA > Access VBA
|
Access VBA Discuss using VBA for Access programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 21st, 2006, 07:55 PM
Authorized User
 
Join Date: Sep 2006
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Default Still problems with Import / Export

Ok here it is,

what i need to happen is, i have a form, this consists of mixed fields, Text and Dates, we enter the data, then export the table to Excel, this is then emailed to an outside source, they make their changes on the spreadsheet, Eg. what date a job was done etc. then they email the spreadsheet back and we import the spreadsheet with the new data.

All fields in the table are formatted to text / dates (medium date), but when the table is exported to excel the date formats are changed to custom date format where there is data, and where there isn't data the format gets changed to general.

is there any way of stopping that.

also both excel and access are 2002, when i export to excel, make changes and save, it says that it is a 95 workbook do i want to save it as the current format?

i hope this makes sence please HELLLLLLLLLLP:(:(:(

 
Old September 21st, 2006, 08:03 PM
Authorized User
 
Join Date: Sep 2006
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Default

This is the export code

DoCmd.OutputTo acOutputTable, strTableName, acFormatXLS, strFileName






Similar Threads
Thread Thread Starter Forum Replies Last Post
Chapter 2 - Import and Export Wizard example LaurieCSI BOOK: Professional SQL Server 2005 Integration Services ISBN: 0-7645-8435-9 3 May 13th, 2008 05:17 AM
Problem in Import/Export surendraparashar SQL Server 2000 5 November 6th, 2007 01:16 PM
Excel Export then Import problem courtney_ctisn Classic ASP Basics 8 October 18th, 2007 09:57 AM
How to import & export beetle_jaipur SQL Server 2005 0 September 16th, 2006 04:17 AM
Using export and import tool for Oracle pankaj_daga Oracle 1 June 23rd, 2004 11:04 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.