|
|
 |
| 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 p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

September 21st, 2006, 08:55 PM
|
|
Authorized User
|
|
Join Date: Sep 2006
Location: , , Australia.
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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:(:(:(
|

September 21st, 2006, 09:03 PM
|
|
Authorized User
|
|
Join Date: Sep 2006
Location: , , Australia.
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
This is the export code
DoCmd.OutputTo acOutputTable, strTableName, acFormatXLS, strFileName
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |