In Excel, any cell can contain any data, and the data may or may not be
formatted in a particular way. In Access, by contrast, every field has a
fixed data type and can only contain a value of that type ( double,
text, etc.). When Access imports from Excel to a new table, it guesses
the field types to use by examining the data in the first few rows of
the Excel table - and often gets it wrong. This can cause Access to bomb
out during the import.
The "Fix" for this - according to another post, is to massage the data in
the import. That is riciculous.
Does anyone have a way to fix this problem the right way?
Alan
|
|
0
|
|
|
|
Reply
|
AlanD3 (1)
|
3/9/2007 1:27:31 AM |
|
Alan B. Densky wrote:
> In Excel, any cell can contain any data, and the data may or may not
> be formatted in a particular way. In Access, by contrast, every field
> has a fixed data type and can only contain a value of that type (
> double, text, etc.). When Access imports from Excel to a new table,
> it guesses the field types to use by examining the data in the first
> few rows of the Excel table - and often gets it wrong. This can
> cause Access to bomb out during the import.
>
> The "Fix" for this - according to another post, is to massage the
> data in the import. That is riciculous.
>
> Does anyone have a way to fix this problem the right way?
Whenever I am importing from a source that does not have explicit DataTypes I
always first import into a table having all text fields. Then I can run an
append query from that table into the final one using the appropriate formulas
to convert the data. At least then you are in total control and can examine the
rows that have problems to see what is going on.
--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
|
|
0
|
|
|
|
Reply
|
Rick
|
3/9/2007 2:27:18 AM
|
|
Hi Rick,
All of the fields in my Access DB are already text fields.
My problem is that Access, in it's infinate wisdom, is assigning data types
to the columns in the linked spreadsheet based on the data in the first few
records. So, for instance, if I have a zip code column in the Excel spread
sheet, and the first several records don't have a hypnen and zip + 4, and
several rows later some of the zips have a hyphen 33063-1234, the import
bombs because Access has assigned the data type of Number to the link on
that column. And what you see in the link is #num.
In addition, if the zip code has a leading zero (01234), because it's a
number column, it strips out the leading zero. I have similar problems on
several other fields.
So I need some way to tell Access to force all of the columns in the link to
be Text data type.
Alan
"Rick Brandt" <rickbrandt2@hotmail.com> wrote in message
news:aC3Ih.104$JZ3.98@newssvr13.news.prodigy.net...
> Alan B. Densky wrote:
>> In Excel, any cell can contain any data, and the data may or may not
>> be formatted in a particular way. In Access, by contrast, every field
>> has a fixed data type and can only contain a value of that type (
>> double, text, etc.). When Access imports from Excel to a new table,
>> it guesses the field types to use by examining the data in the first
>> few rows of the Excel table - and often gets it wrong. This can
>> cause Access to bomb out during the import.
>>
>> The "Fix" for this - according to another post, is to massage the
>> data in the import. That is riciculous.
>>
>> Does anyone have a way to fix this problem the right way?
>
> Whenever I am importing from a source that does not have explicit
> DataTypes I always first import into a table having all text fields. Then
> I can run an append query from that table into the final one using the
> appropriate formulas to convert the data. At least then you are in total
> control and can examine the rows that have problems to see what is going
> on.
>
>
> --
> Rick Brandt, Microsoft Access MVP
> Email (as appropriate) to...
> RBrandt at Hunter dot com
>
>
|
|
0
|
|
|
|
Reply
|
Alan
|
3/9/2007 3:48:32 AM
|
|
Alan B. Densky wrote:
> Hi Rick,
>
> All of the fields in my Access DB are already text fields.
>
> My problem is that Access, in it's infinate wisdom, is assigning data
> types to the columns in the linked spreadsheet based on the data in
> the first few records. So, for instance, if I have a zip code column
> in the Excel spread sheet, and the first several records don't have a
> hypnen and zip + 4, and several rows later some of the zips have a
> hyphen 33063-1234, the import bombs because Access has assigned the
> data type of Number to the link on that column. And what you see in
> the link is #num.
> In addition, if the zip code has a leading zero (01234), because it's
> a number column, it strips out the leading zero. I have similar
> problems on several other fields.
>
> So I need some way to tell Access to force all of the columns in the
> link to be Text data type.
I never link to Excel. Only import. For exactly this reason.
--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
|
|
0
|
|
|
|
Reply
|
Rick
|
3/9/2007 3:57:36 AM
|
|
Hi Alan,
See
http://www.dicks-blog.com/archives/2004/06/03/external-data-mixed-data-types/
and http://support.microsoft.com/?id=257819
and
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbc/htm/odbcjetsetting_options_programmatically_for_the_access_driver.asp
and http://office.microsoft.com/en-us/access/hp010950951033.aspx
Also, consider upgrading to Access 2007, which offers more direct
control.
On Thu, 8 Mar 2007 20:27:31 -0500, "Alan B. Densky"
<AlanD@neuro-vision.us> wrote:
>In Excel, any cell can contain any data, and the data may or may not be
>formatted in a particular way. In Access, by contrast, every field has a
>fixed data type and can only contain a value of that type ( double,
>text, etc.). When Access imports from Excel to a new table, it guesses
>the field types to use by examining the data in the first few rows of
>the Excel table - and often gets it wrong. This can cause Access to bomb
>out during the import.
>
>The "Fix" for this - according to another post, is to massage the data in
>the import. That is riciculous.
>
>Does anyone have a way to fix this problem the right way?
>
>Alan
>
>
>
>
--
John Nurick [Microsoft Access MVP]
Please respond in the newsgroup and not by email.
|
|
0
|
|
|
|
Reply
|
John
|
3/9/2007 6:26:44 AM
|
|
Hi John,
Thanks for the effort. I had the link to www.disks-blog and went through
that information a while back. It didn't help because it just didn't make
any difference when I edited the registry.
As far a Acess 2007 - I have no interest in spending the money, upgrading,
or going through the learning curve.
My database is based on DAO, so the ADO isn't going to help me, and I don't
want to go through the learning curve. I quit programming for money a couple
of years ago, and now only program for my own business and a few old
customers. I don't have the time, energy, or desire to play the Microsoft
"learn to do it our way, and we'll make make your learning investment
obsolete whenever we feel like it" game any longer. Especially since so many
people are sending their work to Rent-A-Coder people for $5.00 a day.
Is there any other way around this issue? Maybe I'm just going to have to
break down and do an import of a CSV file in a temp table?? It sounds like
my only work-around that I don't have to go through a learning curve to
accomplish. Unless you know of some other way to trick Access to look at all
of my linked columns for this particular table as Text columns.
Thanks again,
Alan
"John Nurick" <j.mapSoN.nurick@dial.pipex.com> wrote in message
news:u1v1v2d2pa9bohnush8o3imbp8l6kpefjg@4ax.com...
> Hi Alan,
>
> See
> http://www.dicks-blog.com/archives/2004/06/03/external-data-mixed-data-types/
> and http://support.microsoft.com/?id=257819
> and
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbc/htm/odbcjetsetting_options_programmatically_for_the_access_driver.asp
> and http://office.microsoft.com/en-us/access/hp010950951033.aspx
>
>
> Also, consider upgrading to Access 2007, which offers more direct
> control.
>
>
> On Thu, 8 Mar 2007 20:27:31 -0500, "Alan B. Densky"
> <AlanD@neuro-vision.us> wrote:
>
>>In Excel, any cell can contain any data, and the data may or may not be
>>formatted in a particular way. In Access, by contrast, every field has a
>>fixed data type and can only contain a value of that type ( double,
>>text, etc.). When Access imports from Excel to a new table, it guesses
>>the field types to use by examining the data in the first few rows of
>>the Excel table - and often gets it wrong. This can cause Access to bomb
>>out during the import.
>>
>>The "Fix" for this - according to another post, is to massage the data in
>>the import. That is riciculous.
>>
>>Does anyone have a way to fix this problem the right way?
>>
>>Alan
>>
>>
>>
>>
>
> --
> John Nurick [Microsoft Access MVP]
>
> Please respond in the newsgroup and not by email.
|
|
0
|
|
|
|
Reply
|
Alan
|
3/15/2007 1:07:24 AM
|
|
Have you tried using IMEX=1 (which seems to work equally in DAO and
ADO)? E.g.
SELECT * FROM
[Excel 8.0;HDR=Yes;IMEX=1;database=C:\folder\file.xls;].[sheet1$];
On Wed, 14 Mar 2007 21:07:24 -0400, "Alan B. Densky"
<AlanD@neuro-vision.us> wrote:
>Hi John,
>
>Thanks for the effort. I had the link to www.disks-blog and went through
>that information a while back. It didn't help because it just didn't make
>any difference when I edited the registry.
>
>As far a Acess 2007 - I have no interest in spending the money, upgrading,
>or going through the learning curve.
>
>My database is based on DAO, so the ADO isn't going to help me, and I don't
>want to go through the learning curve. I quit programming for money a couple
>of years ago, and now only program for my own business and a few old
>customers. I don't have the time, energy, or desire to play the Microsoft
>"learn to do it our way, and we'll make make your learning investment
>obsolete whenever we feel like it" game any longer. Especially since so many
>people are sending their work to Rent-A-Coder people for $5.00 a day.
>
>Is there any other way around this issue? Maybe I'm just going to have to
>break down and do an import of a CSV file in a temp table?? It sounds like
>my only work-around that I don't have to go through a learning curve to
>accomplish. Unless you know of some other way to trick Access to look at all
>of my linked columns for this particular table as Text columns.
>
>Thanks again,
>
>Alan
>
>"John Nurick" <j.mapSoN.nurick@dial.pipex.com> wrote in message
>news:u1v1v2d2pa9bohnush8o3imbp8l6kpefjg@4ax.com...
>> Hi Alan,
>>
>> See
>> http://www.dicks-blog.com/archives/2004/06/03/external-data-mixed-data-types/
>> and http://support.microsoft.com/?id=257819
>> and
>> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbc/htm/odbcjetsetting_options_programmatically_for_the_access_driver.asp
>> and http://office.microsoft.com/en-us/access/hp010950951033.aspx
>>
>>
>> Also, consider upgrading to Access 2007, which offers more direct
>> control.
>>
>>
>> On Thu, 8 Mar 2007 20:27:31 -0500, "Alan B. Densky"
>> <AlanD@neuro-vision.us> wrote:
>>
>>>In Excel, any cell can contain any data, and the data may or may not be
>>>formatted in a particular way. In Access, by contrast, every field has a
>>>fixed data type and can only contain a value of that type ( double,
>>>text, etc.). When Access imports from Excel to a new table, it guesses
>>>the field types to use by examining the data in the first few rows of
>>>the Excel table - and often gets it wrong. This can cause Access to bomb
>>>out during the import.
>>>
>>>The "Fix" for this - according to another post, is to massage the data in
>>>the import. That is riciculous.
>>>
>>>Does anyone have a way to fix this problem the right way?
>>>
>>>Alan
>>>
>>>
>>>
>>>
>>
>> --
>> John Nurick [Microsoft Access MVP]
>>
>> Please respond in the newsgroup and not by email.
>
--
John Nurick [Microsoft Access MVP]
Please respond in the newsgroup and not by email.
|
|
0
|
|
|
|
Reply
|
John
|
3/15/2007 6:15:58 AM
|
|
Hi John,
How would I go about using that? Currently I'm using TransferSpreadsheet to
create my link to my spreadsheet.
DoCmd.TransferSpreadsheet acLink, acSpreadsheetTypeExcel9, "tblLeads",
YesDB, False
Alan
"John Nurick" <j.mapSoN.nurick@dial.pipex.com> wrote in message
news:e2phv2td1srev6hd7k2cmf6jpnbibri4ng@4ax.com...
> Have you tried using IMEX=1 (which seems to work equally in DAO and
> ADO)? E.g.
>
> SELECT * FROM
> [Excel 8.0;HDR=Yes;IMEX=1;database=C:\folder\file.xls;].[sheet1$];
>
> On Wed, 14 Mar 2007 21:07:24 -0400, "Alan B. Densky"
> <AlanD@neuro-vision.us> wrote:
>
>>Hi John,
>>
>>Thanks for the effort. I had the link to www.disks-blog and went through
>>that information a while back. It didn't help because it just didn't make
>>any difference when I edited the registry.
>>
>>As far a Acess 2007 - I have no interest in spending the money, upgrading,
>>or going through the learning curve.
>>
>>My database is based on DAO, so the ADO isn't going to help me, and I
>>don't
>>want to go through the learning curve. I quit programming for money a
>>couple
>>of years ago, and now only program for my own business and a few old
>>customers. I don't have the time, energy, or desire to play the Microsoft
>>"learn to do it our way, and we'll make make your learning investment
>>obsolete whenever we feel like it" game any longer. Especially since so
>>many
>>people are sending their work to Rent-A-Coder people for $5.00 a day.
>>
>>Is there any other way around this issue? Maybe I'm just going to have to
>>break down and do an import of a CSV file in a temp table?? It sounds like
>>my only work-around that I don't have to go through a learning curve to
>>accomplish. Unless you know of some other way to trick Access to look at
>>all
>>of my linked columns for this particular table as Text columns.
>>
>>Thanks again,
>>
>>Alan
>>
>>"John Nurick" <j.mapSoN.nurick@dial.pipex.com> wrote in message
>>news:u1v1v2d2pa9bohnush8o3imbp8l6kpefjg@4ax.com...
>>> Hi Alan,
>>>
>>> See
>>> http://www.dicks-blog.com/archives/2004/06/03/external-data-mixed-data-types/
>>> and http://support.microsoft.com/?id=257819
>>> and
>>> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbc/htm/odbcjetsetting_options_programmatically_for_the_access_driver.asp
>>> and http://office.microsoft.com/en-us/access/hp010950951033.aspx
>>>
>>>
>>> Also, consider upgrading to Access 2007, which offers more direct
>>> control.
>>>
>>>
>>> On Thu, 8 Mar 2007 20:27:31 -0500, "Alan B. Densky"
>>> <AlanD@neuro-vision.us> wrote:
>>>
>>>>In Excel, any cell can contain any data, and the data may or may not be
>>>>formatted in a particular way. In Access, by contrast, every field has a
>>>>fixed data type and can only contain a value of that type ( double,
>>>>text, etc.). When Access imports from Excel to a new table, it guesses
>>>>the field types to use by examining the data in the first few rows of
>>>>the Excel table - and often gets it wrong. This can cause Access to
>>>>bomb
>>>>out during the import.
>>>>
>>>>The "Fix" for this - according to another post, is to massage the data
>>>>in
>>>>the import. That is riciculous.
>>>>
>>>>Does anyone have a way to fix this problem the right way?
>>>>
>>>>Alan
>>>>
>>>>
>>>>
>>>>
>>>
>>> --
>>> John Nurick [Microsoft Access MVP]
>>>
>>> Please respond in the newsgroup and not by email.
>>
>
> --
> John Nurick [Microsoft Access MVP]
>
> Please respond in the newsgroup and not by email.
|
|
0
|
|
|
|
Reply
|
Alan
|
3/15/2007 11:40:22 PM
|
|
Just create a new query, switch to SQL View, and paste the SELECT...
statement into the window. Then modify it to suit your filename and
sheet name so it delivers the data you need, and save it. After that you
can use it pretty much as if it were a linked table.
On Thu, 15 Mar 2007 19:40:22 -0400, "Alan B. Densky"
<AlanD@neuro-vision.us> wrote:
>Hi John,
>
>How would I go about using that? Currently I'm using TransferSpreadsheet to
>create my link to my spreadsheet.
>
>DoCmd.TransferSpreadsheet acLink, acSpreadsheetTypeExcel9, "tblLeads",
>YesDB, False
>
>Alan
>
>"John Nurick" <j.mapSoN.nurick@dial.pipex.com> wrote in message
>news:e2phv2td1srev6hd7k2cmf6jpnbibri4ng@4ax.com...
>> Have you tried using IMEX=1 (which seems to work equally in DAO and
>> ADO)? E.g.
>>
>> SELECT * FROM
>> [Excel 8.0;HDR=Yes;IMEX=1;database=C:\folder\file.xls;].[sheet1$];
>>
>> On Wed, 14 Mar 2007 21:07:24 -0400, "Alan B. Densky"
>> <AlanD@neuro-vision.us> wrote:
>>
>>>Hi John,
>>>
>>>Thanks for the effort. I had the link to www.disks-blog and went through
>>>that information a while back. It didn't help because it just didn't make
>>>any difference when I edited the registry.
>>>
>>>As far a Acess 2007 - I have no interest in spending the money, upgrading,
>>>or going through the learning curve.
>>>
>>>My database is based on DAO, so the ADO isn't going to help me, and I
>>>don't
>>>want to go through the learning curve. I quit programming for money a
>>>couple
>>>of years ago, and now only program for my own business and a few old
>>>customers. I don't have the time, energy, or desire to play the Microsoft
>>>"learn to do it our way, and we'll make make your learning investment
>>>obsolete whenever we feel like it" game any longer. Especially since so
>>>many
>>>people are sending their work to Rent-A-Coder people for $5.00 a day.
>>>
>>>Is there any other way around this issue? Maybe I'm just going to have to
>>>break down and do an import of a CSV file in a temp table?? It sounds like
>>>my only work-around that I don't have to go through a learning curve to
>>>accomplish. Unless you know of some other way to trick Access to look at
>>>all
>>>of my linked columns for this particular table as Text columns.
>>>
>>>Thanks again,
>>>
>>>Alan
>>>
>>>"John Nurick" <j.mapSoN.nurick@dial.pipex.com> wrote in message
>>>news:u1v1v2d2pa9bohnush8o3imbp8l6kpefjg@4ax.com...
>>>> Hi Alan,
>>>>
>>>> See
>>>> http://www.dicks-blog.com/archives/2004/06/03/external-data-mixed-data-types/
>>>> and http://support.microsoft.com/?id=257819
>>>> and
>>>> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbc/htm/odbcjetsetting_options_programmatically_for_the_access_driver.asp
>>>> and http://office.microsoft.com/en-us/access/hp010950951033.aspx
>>>>
>>>>
>>>> Also, consider upgrading to Access 2007, which offers more direct
>>>> control.
>>>>
>>>>
>>>> On Thu, 8 Mar 2007 20:27:31 -0500, "Alan B. Densky"
>>>> <AlanD@neuro-vision.us> wrote:
>>>>
>>>>>In Excel, any cell can contain any data, and the data may or may not be
>>>>>formatted in a particular way. In Access, by contrast, every field has a
>>>>>fixed data type and can only contain a value of that type ( double,
>>>>>text, etc.). When Access imports from Excel to a new table, it guesses
>>>>>the field types to use by examining the data in the first few rows of
>>>>>the Excel table - and often gets it wrong. This can cause Access to
>>>>>bomb
>>>>>out during the import.
>>>>>
>>>>>The "Fix" for this - according to another post, is to massage the data
>>>>>in
>>>>>the import. That is riciculous.
>>>>>
>>>>>Does anyone have a way to fix this problem the right way?
>>>>>
>>>>>Alan
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>> --
>>>> John Nurick [Microsoft Access MVP]
>>>>
>>>> Please respond in the newsgroup and not by email.
>>>
>>
>> --
>> John Nurick [Microsoft Access MVP]
>>
>> Please respond in the newsgroup and not by email.
>
--
John Nurick [Microsoft Access MVP]
Please respond in the newsgroup and not by email.
|
|
0
|
|
|
|
Reply
|
John
|
3/16/2007 6:24:18 AM
|
|
Thanks John.
"John Nurick" <j.mapSoN.nurick@dial.pipex.com> wrote in message
news:tidkv2d8jekudc5f5gr5p8cbvh87a6ltk7@4ax.com...
> Just create a new query, switch to SQL View, and paste the SELECT...
> statement into the window. Then modify it to suit your filename and
> sheet name so it delivers the data you need, and save it. After that you
> can use it pretty much as if it were a linked table.
>
> On Thu, 15 Mar 2007 19:40:22 -0400, "Alan B. Densky"
> <AlanD@neuro-vision.us> wrote:
>
>>Hi John,
>>
>>How would I go about using that? Currently I'm using TransferSpreadsheet
>>to
>>create my link to my spreadsheet.
>>
>>DoCmd.TransferSpreadsheet acLink, acSpreadsheetTypeExcel9, "tblLeads",
>>YesDB, False
>>
>>Alan
>>
>>"John Nurick" <j.mapSoN.nurick@dial.pipex.com> wrote in message
>>news:e2phv2td1srev6hd7k2cmf6jpnbibri4ng@4ax.com...
>>> Have you tried using IMEX=1 (which seems to work equally in DAO and
>>> ADO)? E.g.
>>>
>>> SELECT * FROM
>>> [Excel 8.0;HDR=Yes;IMEX=1;database=C:\folder\file.xls;].[sheet1$];
>>>
>>> On Wed, 14 Mar 2007 21:07:24 -0400, "Alan B. Densky"
>>> <AlanD@neuro-vision.us> wrote:
>>>
>>>>Hi John,
>>>>
>>>>Thanks for the effort. I had the link to www.disks-blog and went through
>>>>that information a while back. It didn't help because it just didn't
>>>>make
>>>>any difference when I edited the registry.
>>>>
>>>>As far a Acess 2007 - I have no interest in spending the money,
>>>>upgrading,
>>>>or going through the learning curve.
>>>>
>>>>My database is based on DAO, so the ADO isn't going to help me, and I
>>>>don't
>>>>want to go through the learning curve. I quit programming for money a
>>>>couple
>>>>of years ago, and now only program for my own business and a few old
>>>>customers. I don't have the time, energy, or desire to play the
>>>>Microsoft
>>>>"learn to do it our way, and we'll make make your learning investment
>>>>obsolete whenever we feel like it" game any longer. Especially since so
>>>>many
>>>>people are sending their work to Rent-A-Coder people for $5.00 a day.
>>>>
>>>>Is there any other way around this issue? Maybe I'm just going to have
>>>>to
>>>>break down and do an import of a CSV file in a temp table?? It sounds
>>>>like
>>>>my only work-around that I don't have to go through a learning curve to
>>>>accomplish. Unless you know of some other way to trick Access to look at
>>>>all
>>>>of my linked columns for this particular table as Text columns.
>>>>
>>>>Thanks again,
>>>>
>>>>Alan
>>>>
>>>>"John Nurick" <j.mapSoN.nurick@dial.pipex.com> wrote in message
>>>>news:u1v1v2d2pa9bohnush8o3imbp8l6kpefjg@4ax.com...
>>>>> Hi Alan,
>>>>>
>>>>> See
>>>>> http://www.dicks-blog.com/archives/2004/06/03/external-data-mixed-data-types/
>>>>> and http://support.microsoft.com/?id=257819
>>>>> and
>>>>> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbc/htm/odbcjetsetting_options_programmatically_for_the_access_driver.asp
>>>>> and http://office.microsoft.com/en-us/access/hp010950951033.aspx
>>>>>
>>>>>
>>>>> Also, consider upgrading to Access 2007, which offers more direct
>>>>> control.
>>>>>
>>>>>
>>>>> On Thu, 8 Mar 2007 20:27:31 -0500, "Alan B. Densky"
>>>>> <AlanD@neuro-vision.us> wrote:
>>>>>
>>>>>>In Excel, any cell can contain any data, and the data may or may not
>>>>>>be
>>>>>>formatted in a particular way. In Access, by contrast, every field has
>>>>>>a
>>>>>>fixed data type and can only contain a value of that type ( double,
>>>>>>text, etc.). When Access imports from Excel to a new table, it guesses
>>>>>>the field types to use by examining the data in the first few rows of
>>>>>>the Excel table - and often gets it wrong. This can cause Access to
>>>>>>bomb
>>>>>>out during the import.
>>>>>>
>>>>>>The "Fix" for this - according to another post, is to massage the data
>>>>>>in
>>>>>>the import. That is riciculous.
>>>>>>
>>>>>>Does anyone have a way to fix this problem the right way?
>>>>>>
>>>>>>Alan
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>> --
>>>>> John Nurick [Microsoft Access MVP]
>>>>>
>>>>> Please respond in the newsgroup and not by email.
>>>>
>>>
>>> --
>>> John Nurick [Microsoft Access MVP]
>>>
>>> Please respond in the newsgroup and not by email.
>>
>
> --
> John Nurick [Microsoft Access MVP]
>
> Please respond in the newsgroup and not by email.
|
|
0
|
|
|
|
Reply
|
Alan
|
3/17/2007 12:39:45 PM
|
|
|
9 Replies
388 Views
(page loaded in 0.281 seconds)
Similiar Articles: Importing From Excel - Access Create Wrong Data Type - comp ...In Excel, any cell can contain any data, and the data may or may not be formatted in a particular way. In Access, by contrast, every field has a fixed data type and ... reading xls without proc import or changing file type - comp.soft ...Importing From Excel - Access Create Wrong Data Type - comp ... importing data from EXCEL file - comp.soft-sys.matlab Importing From Excel - Access Create Wrong Data Type ... Import an excel table - comp.soft-sys.sasImporting From Excel - Access Create Wrong Data Type - comp ... Import data from Excel - comp.soft-sys.sas Import an excel table - comp.soft-sys.sas Import an excel table ... Importing data from CSV file - comp.databases.filemakerImporting From Excel - Access Create Wrong Data Type - comp ... Importing data from CSV file - comp.databases.filemaker I find that exporting from Access to an Excel ... Encryption for import/export file types - comp.soft-sys.sas ...Encryption for import/export file types - comp.soft-sys.sas ... Importing From Excel - Access Create Wrong Data Type - comp ..... Type - comp ... reading xls without proc ... Problem to import data from my instrument - comp.soft-sys.matlab ...Importing From Excel - Access Create Wrong Data Type - comp ... Importing From Excel - Access Create Wrong Data Type - comp ... Importing From Excel - Access Create Wrong ... excelxp tagset and data type in xml - comp.soft-sys.sas... _can_ create an HTML, CSV or XML file, all of which can be opened by MS Excel ... EXCEL file - comp.soft-sys.matlab Importing From Excel - Access Create Wrong Data Type ... Excel encryption - comp.lang.rubyOne method to try might be the EXCEL Libname ... Encryption for import/export file types - comp.soft-sys.sas ... Importing From Excel - Access Create Wrong Data Type ... File extension to force Tab-Delimited Text Import? - comp ...... FileMaker 7 Server to use "Tab Delimited Text" as the import type in ... database development application called Microsoft Access. Although you can manually enter data into an ... Excel 2007 - comp.soft-sys.sasHi, I use SAS 9.1 and I have a very simple macro to import excel ... with this syntax: Proc import out=3Dsasdata datafile=3D'data location.xls' dbms=3Dexcel ... Importing From Excel - Access Create Wrong Data Type - comp ...In Excel, any cell can contain any data, and the data may or may not be formatted in a particular way. In Access, by contrast, every field has a fixed data type and ... Techniques for successfully importing Excel data into Access ...Importing data from Excel to Access can be a little dicey ... there’s no right or wrong way. If the data ... are assigned a Number data type. Access won’t import ... 7/20/2012 5:44:32 PM
|