473,382 Members | 1,380 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Linking Excel and Access

oyk
I hope someone could help me on this. I have linked an excel worksheet to
access but the some data shown in the access table has the #Num errors.
Presumably,
this must be because the data in the particular column in excel are of mixed
data-type. For example, there are numbers as well as texts like "abcd" etc.
in the same columns
I tried changing the cell format in excel to text but to no avail as the
problem still exist.

Really need some help here.

Thank you very much.

Nov 24 '06 #1
6 1794

Couldn't you just change the date type in Access to Text...? If there
are text values in Excel, this seems to make sense...Otherwise -- and
this is somewhat superstitious, but I have seen it work -- you could
insert a new column in Excel, set the whole column to text, and the
copy the information over...

Ross La Haye
oyk wrote:
I hope someone could help me on this. I have linked an excel worksheet to
access but the some data shown in the access table has the #Num errors.
Presumably,
this must be because the data in the particular column in excel are of mixed
data-type. For example, there are numbers as well as texts like "abcd" etc.
in the same columns
I tried changing the cell format in excel to text but to no avail as the
problem still exist.

Really need some help here.

Thank you very much.
Nov 24 '06 #2

Sorry, "date type" should read "data type"...

Ross La Haye

Klein-4 wrote:
Couldn't you just change the date type in Access to Text...? If there
are text values in Excel, this seems to make sense...Otherwise -- and
this is somewhat superstitious, but I have seen it work -- you could
insert a new column in Excel, set the whole column to text, and the
copy the information over...

Ross La Haye
oyk wrote:
I hope someone could help me on this. I have linked an excel worksheet to
access but the some data shown in the access table has the #Num errors.
Presumably,
this must be because the data in the particular column in excel are of mixed
data-type. For example, there are numbers as well as texts like "abcd" etc.
in the same columns
I tried changing the cell format in excel to text but to no avail as the
problem still exist.

Really need some help here.

Thank you very much.
Nov 24 '06 #3
oyk
Hi Ross,

Very kind of you to respond but regret that the solution you give is not
implementable becoz I am trying Linking (not Importing) therefore, Access
does not allow editing of the properties of any field. Hope you have another
solution.

Thanks again for your willingness to help me.

"Klein-4" <rt****@new.rr.comwrote in message
news:11**********************@m7g2000cwm.googlegro ups.com...
>
Sorry, "date type" should read "data type"...

Ross La Haye

Klein-4 wrote:
>Couldn't you just change the date type in Access to Text...? If there
are text values in Excel, this seems to make sense...Otherwise -- and
this is somewhat superstitious, but I have seen it work -- you could
insert a new column in Excel, set the whole column to text, and the
copy the information over...

Ross La Haye
oyk wrote:
I hope someone could help me on this. I have linked an excel worksheet
to
access but the some data shown in the access table has the #Num errors.
Presumably,
this must be because the data in the particular column in excel are of
mixed
data-type. For example, there are numbers as well as texts like "abcd"
etc.
in the same columns
I tried changing the cell format in excel to text but to no avail as
the
problem still exist.

Really need some help here.

Thank you very much.

Nov 26 '06 #4
Ah yes. Then I would try to the second solution I proposed. Also,
paste just the values and not the formats when you do that...

Ross La Haye

oyk wrote:
Hi Ross,

Very kind of you to respond but regret that the solution you give is not
implementable becoz I am trying Linking (not Importing) therefore, Access
does not allow editing of the properties of any field. Hope you have another
solution.

Thanks again for your willingness to help me.

"Klein-4" <rt****@new.rr.comwrote in message
news:11**********************@m7g2000cwm.googlegro ups.com...

Sorry, "date type" should read "data type"...

Ross La Haye

Klein-4 wrote:
Couldn't you just change the date type in Access to Text...? If there
are text values in Excel, this seems to make sense...Otherwise -- and
this is somewhat superstitious, but I have seen it work -- you could
insert a new column in Excel, set the whole column to text, and the
copy the information over...

Ross La Haye
oyk wrote:
I hope someone could help me on this. I have linked an excel worksheet
to
access but the some data shown in the access table has the #Num errors.
Presumably,
this must be because the data in the particular column in excel are of
mixed
data-type. For example, there are numbers as well as texts like "abcd"
etc.
in the same columns
I tried changing the cell format in excel to text but to no avail as
the
problem still exist.

Really need some help here.

Thank you very much.
Nov 26 '06 #5
oyk
Hi Ross,

I have checked from accessmonster and managed to find the solution to my
problem. I used the TransferSpreadsheet method to import to ms access. After
the import, or even before the import, I could change the data types in the
access table. Everything is working quite beautifully now although not 100
percent. I am quite satisfied for now.

Just want to say a big thank you to you anyway. Have a nice day.

"Klein-4" <rt****@new.rr.comwrote in message
news:11**********************@45g2000cws.googlegro ups.com...
Ah yes. Then I would try to the second solution I proposed. Also,
paste just the values and not the formats when you do that...

Ross La Haye

oyk wrote:
>Hi Ross,

Very kind of you to respond but regret that the solution you give is not
implementable becoz I am trying Linking (not Importing) therefore, Access
does not allow editing of the properties of any field. Hope you have
another
solution.

Thanks again for your willingness to help me.

"Klein-4" <rt****@new.rr.comwrote in message
news:11**********************@m7g2000cwm.googlegr oups.com...
>
Sorry, "date type" should read "data type"...

Ross La Haye

Klein-4 wrote:
Couldn't you just change the date type in Access to Text...? If there
are text values in Excel, this seems to make sense...Otherwise -- and
this is somewhat superstitious, but I have seen it work -- you could
insert a new column in Excel, set the whole column to text, and the
copy the information over...

Ross La Haye
oyk wrote:
I hope someone could help me on this. I have linked an excel
worksheet
to
access but the some data shown in the access table has the #Num
errors.
Presumably,
this must be because the data in the particular column in excel are
of
mixed
data-type. For example, there are numbers as well as texts like
"abcd"
etc.
in the same columns
I tried changing the cell format in excel to text but to no avail as
the
problem still exist.

Really need some help here.

Thank you very much.

Dec 6 '06 #6

Yes, that's a good idea also. You're welcome. :-)

Ross La Haye

oyk wrote:
Hi Ross,

I have checked from accessmonster and managed to find the solution to my
problem. I used the TransferSpreadsheet method to import to ms access. After
the import, or even before the import, I could change the data types in the
access table. Everything is working quite beautifully now although not 100
percent. I am quite satisfied for now.

Just want to say a big thank you to you anyway. Have a nice day.

"Klein-4" <rt****@new.rr.comwrote in message
news:11**********************@45g2000cws.googlegro ups.com...
Ah yes. Then I would try to the second solution I proposed. Also,
paste just the values and not the formats when you do that...

Ross La Haye

oyk wrote:
Hi Ross,

Very kind of you to respond but regret that the solution you give is not
implementable becoz I am trying Linking (not Importing) therefore, Access
does not allow editing of the properties of any field. Hope you have
another
solution.

Thanks again for your willingness to help me.

"Klein-4" <rt****@new.rr.comwrote in message
news:11**********************@m7g2000cwm.googlegro ups.com...

Sorry, "date type" should read "data type"...

Ross La Haye

Klein-4 wrote:
Couldn't you just change the date type in Access to Text...? If there
are text values in Excel, this seems to make sense...Otherwise -- and
this is somewhat superstitious, but I have seen it work -- you could
insert a new column in Excel, set the whole column to text, and the
copy the information over...

Ross La Haye
oyk wrote:
I hope someone could help me on this. I have linked an excel
worksheet
to
access but the some data shown in the access table has the #Num
errors.
Presumably,
this must be because the data in the particular column in excel are
of
mixed
data-type. For example, there are numbers as well as texts like
"abcd"
etc.
in the same columns
I tried changing the cell format in excel to text but to no avail as
the
problem still exist.

Really need some help here.

Thank you very much.
Dec 8 '06 #7

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

Similar topics

4
by: Mark T. | last post by:
Hi, I've got a simple DB (Office Win XP Professional). Basically, it's like a check book register - deposit, deduction and running sum. I'd like to somehow link it to an Excel spreadsheet that...
2
by: Matthew Wells | last post by:
Good morning... I have an Access front end that uses SQL Server linked tables. SQL Server uses Windows authentication. I have one Windows group that all Access users are a member of. I added...
6
by: jalmar | last post by:
Hello again: My second question is: I am linking an excel spreadsheet into Access, I have it linked and at first had problems getting the information imported into Access-it wasn't importing-I...
2
by: Andrew W | last post by:
Hi All, I'm trying to link to data on a website with Access. When I try File/ Get External Data/ link tables/ HTML/, I get the following error message: Database or object is read-only. I...
0
by: Sajit | last post by:
I am trying to use an Excel file as a template for an Access report. I Linked the Excel file through an unbound frame as an OLE object with the properties set as follows: Source Doc...
1
by: afr0ninja | last post by:
Hello! I'm having an issue with the OutputTo function of Access. I have a few queries that I export to excel (by way of the OutputTo function) This works fine. I then take an excel sheet...
1
by: karthik28 | last post by:
I tried linking an excel spreadsheet to an access database. It shows me a window with the data but the header row in missing. However, when I open the excel file, save it without making any changes...
1
by: agarwasa2008 | last post by:
Hi, I have a perfect file called "Products.xls" that I link to my MS Access 2003 database and everytthing looks good in that file. When I view the same file after linking in my database the...
15
by: OzNet | last post by:
I have a query (with calculated fields) in Access (2007) and the data changes depending on the dates and staff person selected. I need to produce a series of graphs based on the data in this query...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.