Hello,
This is my first time importing data and I am having a data type problem with one column.
I am using the macro below to import a spreadsheet into an Access 2000 table. Everything is working well except for a particular field. This field is called "District" in the spreadsheet. The District field currently has a combination of text and numeric data. When the District data is imported in an Access table, the District data is converted into a number data type causing errors.
How can I import the spreadsheet data into an Access table as text fields?
<MACRO>
Action:
DeleteObject
Object Type: Table
Object Name: trouble_ticket_report
Action:
TransferSpreadsheet
Transfer Type: Import
Spreadsheet Type: Microsoft Excel8-9
Table Name: trouble_ticket_report
File Name: C:\trouble_ticket_report
Has Field Names: Yes
Range: (blank)
<MACRO>
Thank you.
This is my first time importing data and I am having a data type problem with one column.
I am using the macro below to import a spreadsheet into an Access 2000 table. Everything is working well except for a particular field. This field is called "District" in the spreadsheet. The District field currently has a combination of text and numeric data. When the District data is imported in an Access table, the District data is converted into a number data type causing errors.
How can I import the spreadsheet data into an Access table as text fields?
<MACRO>
Action:
DeleteObject
Object Type: Table
Object Name: trouble_ticket_report
Action:
TransferSpreadsheet
Transfer Type: Import
Spreadsheet Type: Microsoft Excel8-9
Table Name: trouble_ticket_report
File Name: C:\trouble_ticket_report
Has Field Names: Yes
Range: (blank)
<MACRO>
Thank you.