Apologies in advance if this is a simple query but I'm very new to Access.
I have created a Macro within Access 2003 that has two Actions; TransferSpreadsheet and TransferText.
The first Action takes two fields from a spreadsheet (ie FEB 99.32) and creates a table. The values within this are displaying correctly.
The second Action should output this to a Text File but is giving me the values FEB 0.99. I wouldn't mind if it gave me the values FEB 0.9932 as I'm using the text file to import into an Oracle Database and can get round this.
I've attached the parameters I'm using.
Thnx in advance for any suggestions/advice.
IanG
TransferSpreadsheet -
Transfer Type: Link
Spreadsheet Type: MS Excel 8-10
Table Name: Availability
File Name: <File Name>.xls
Has Field Names: No
Range: Avail!A24:B24
TransferText -
Transfer Type: Export Delimited
Specification Name: <BLANK>
Table Name: Availability
File Name: <File Name>.txt
Has Field Names: No
HTML Table Name:
Code Page
I have created a Macro within Access 2003 that has two Actions; TransferSpreadsheet and TransferText.
The first Action takes two fields from a spreadsheet (ie FEB 99.32) and creates a table. The values within this are displaying correctly.
The second Action should output this to a Text File but is giving me the values FEB 0.99. I wouldn't mind if it gave me the values FEB 0.9932 as I'm using the text file to import into an Oracle Database and can get round this.
I've attached the parameters I'm using.
Thnx in advance for any suggestions/advice.
IanG
TransferSpreadsheet -
Transfer Type: Link
Spreadsheet Type: MS Excel 8-10
Table Name: Availability
File Name: <File Name>.xls
Has Field Names: No
Range: Avail!A24:B24
TransferText -
Transfer Type: Export Delimited
Specification Name: <BLANK>
Table Name: Availability
File Name: <File Name>.txt
Has Field Names: No
HTML Table Name:
Code Page