473,799 Members | 2,746 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

TransferSpreads heet Import Errors

I'm using TransferSpreads heet to import an Excel file in to MS Access
2003.

DoCmd.TransferS preadsheet acImport, 8, strTable, strFileName, True, ""

One of the columns in the Excel file is a number formatted field, but
occasionally a cell in that column will not have a value.

When that happens, the code is not returning an error, but I end up
with a table of the Import Errors where that blank field value could
not be imported.

Does anyone know how to to get TransferSpreads heet to allow these
blank cells and not give me the import error tables?
Sep 5 '08 #1
3 10983
ARC
Look at the design of the table that the spreadsheet is being imported into.
In the column in question, check the settings for "Required" and "Allow zero
length", as these may not be set properly.

Hope this helps,

"Icarus" <tj******@gmail .comwrote in message
news:58******** *************** ***********@34g 2000hsh.googleg roups.com...
I'm using TransferSpreads heet to import an Excel file in to MS Access
2003.

DoCmd.TransferS preadsheet acImport, 8, strTable, strFileName, True, ""

One of the columns in the Excel file is a number formatted field, but
occasionally a cell in that column will not have a value.

When that happens, the code is not returning an error, but I end up
with a table of the Import Errors where that blank field value could
not be imported.

Does anyone know how to to get TransferSpreads heet to allow these
blank cells and not give me the import error tables?
Sep 5 '08 #2
On Sep 5, 10:26*am, "ARC" <PCES...@PCESof t.invalidwrote:
Look at the design of the table that the spreadsheet is being imported into.
In the column in question, check the settings for "Required" and "Allow zero
length", as these may not be set properly.

Hope this helps,

"Icarus" <tjmos...@gmail .comwrote in message

news:58******** *************** ***********@34g 2000hsh.googleg roups.com...
I'm using TransferSpreads heet to import an Excel file in to MS Access
2003.
DoCmd.TransferS preadsheet acImport, 8, strTable, strFileName, True, ""
One of the columns in the Excel file is a number formatted field, but
occasionally a cell in that column will not have a value.
When that happens, the code is not returning an error, but I end up
with a table of the Import Errors where that blank field value could
not be imported.
Does anyone know how to to get TransferSpreads heet to allow these
blank cells and not give me the import error tables?- Hide quoted text -

- Show quoted text -
The TransferSpreads heet is creating the table that it is importing
into. Can I change the field properties as part of
TransferSpreads heet?
Sep 5 '08 #3
ARC
The way I have mine set up is that I have a table that I specify in the
transferspreads heet statement. I match up the column headinigs of the xls to
the table, where I can define table properties, such as the required
property:

DoCmd.TransferS preadsheet acImport, 8, "ImportPart s", strFileImport, true

So my temp table for holding the import already exists and is named
"ImportPart s".

Hope this helps,

"Icarus" <tj******@gmail .comwrote in message
news:a8******** *************** ***********@8g2 000hse.googlegr oups.com...
On Sep 5, 10:26 am, "ARC" <PCES...@PCESof t.invalidwrote:
Look at the design of the table that the spreadsheet is being imported
into.
In the column in question, check the settings for "Required" and "Allow
zero
length", as these may not be set properly.

Hope this helps,

"Icarus" <tjmos...@gmail .comwrote in message

news:58******** *************** ***********@34g 2000hsh.googleg roups.com...
I'm using TransferSpreads heet to import an Excel file in to MS Access
2003.
DoCmd.TransferS preadsheet acImport, 8, strTable, strFileName, True, ""
One of the columns in the Excel file is a number formatted field, but
occasionally a cell in that column will not have a value.
When that happens, the code is not returning an error, but I end up
with a table of the Import Errors where that blank field value could
not be imported.
Does anyone know how to to get TransferSpreads heet to allow these
blank cells and not give me the import error tables?- Hide quoted text -

- Show quoted text -
The TransferSpreads heet is creating the table that it is importing
into. Can I change the field properties as part of
TransferSpreads heet?

Sep 5 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
4228
by: O'Donnell Tribunal | last post by:
Hello Everybody, I am using the TransferSpreadsheet method to import spreadsheets for processing. say my code looks like this: DoCmd.TransferSpreadsheet acImport, 0, _ "tbltempImport1", "" & strFileExtn, False, "Spreadheet1!A1:D30"
0
2192
by: Mick Hardy | last post by:
Hi, Has anyone seen this weird behaviour or have any suggestions or can anyone reproduce it? The history: I converted a large third party DB from 97 to XP and it uses the TransferSpreadsheet method. This method requires a somewhat complicated spreadsheet to be open in order to work. A simple
1
2936
by: Bob Hynes | last post by:
Hi All, In Access97 I'm using a TransferSpreadsheet acExport in vba code and it errors when the spreadsheet I'm exporting does not exist. If I create a empty spreadsheet with the name I use in the TransferSpreadsheet statement it works. I don't understand whats going on here, why won't TransferSpreadsheet create the spreadsheet if did does not exist? thanks bobh.
6
8206
by: sara | last post by:
I have a procedure to automate bringing several Excel files into our Access tables, on a daily basis. The problem is that if the user has a problem, and tries to run the import again (maybe 3 files imported then there was a data problem and they want to re-import after fixing the problem), I can't get the Error handling to fire if the user is attempting to import duplicate key records. Message when I try to import records already on...
4
48812
by: Tom Louchbaum | last post by:
I try to use this command to import a spreadsheet "DoCmd.TransferSpreadsheet acImport, 8, tablename & " -tbl", DIR & "Book2.xls", True" and it errors out. If I try to import that same spreadhseet with menu commands directly it works fine. The Docmd.transferspreadsheet command has always worked for me in the past, I will admit the excel file I'm importing is now slghtly different but I cannot figure out why the transfer does not work.
0
1446
by: Jer | last post by:
I am using TransferSpreadsheet from an ADP file to import an Excel spreadsheet into an MSDE database. On one computer, when I run the code to import the spreadsheet, it prompts for an SQLServer login. The same user can try it on a different computer and it will work fine. Data in the tables of the database can be viewed and edited on the bad computer. But the spreadsheet cannot be imported. I even tried the Get External Data->Import
1
2412
by: keri | last post by:
Hi, I'm automating an import done manually through Get External Data I have assigned the below code to the onclick event of a command button on a form but I am getting errors. DoCmd.TransferSpreadsheet (acImport,acspreadsheettypeexcel97, allaccounts,"D:\PersonalData\all accounts.xls", -1) I'm not sure why but I am getting a Syntax error.
5
4983
by: D.Stone | last post by:
I'm getting a problem with importing an Excel spreadsheet into a table in a SQL Server 2000 back-end. I'm doing this in VBA in an onClick event proc in an Access 2003 project. The target table's owner is 'dbo', but the database connection is via user 'fred'. password 'bloggs' (say) using SQL Server authentication. User 'fred' is a member of db_owner role. What happens is that TransferSpreadsheet ignores the 'dbo' table and creates a...
4
3888
by: ambmil | last post by:
I am using transfertext and transferspreadsheet in VBA to import an excel file (.csv or .xls) into access 2003. Some of the fields are failing (I am getting an import error file), but I am not getting any warning message. I have explicitly turned on the warnings, but it didn't make a difference. If I manually import the table, the warnings appear ("Microsoft Access was unable to append all the data to the table. The contents of fields in...
0
9687
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10257
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10237
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10029
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7567
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6808
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5588
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4144
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3761
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.