473,408 Members | 1,822 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,408 software developers and data experts.

Link Problem (#Num!)

Hi all,
I Linked an excel sheet to a database but I am experiencing the following the issue:

Excel Sheet Database table

Plan ID Plan Name Plan ID Plan Name

169 John Smith Co 169 John Smith Co
AAM Anesta #Num! Anesta
ACOU Account #Num! Account
ENER Energy Co #Num! Energy Co

Can anyone tell me why I am getting an error in the database table on Plan ID?

Thanks

Ismail
Feb 21 '07 #1
5 1511
Sorry the data is not in order here is the data again:

Excel Sheet

Plan ID Plan Name

169 John Smith Co
AAM Anesta
ACOU Account
ENER Energy Co

Database table

Plan ID Plan Name
169 John Smith Co
#Num! Anesta
#Num! Account
#Num! Energy Co

Plan ID and Plan Name are 2 different fields
Feb 21 '07 #2
Rabbit
12,516 Expert Mod 8TB
Using the first value as the field's prototype, the link is assuming that Plan ID is a numeric field. When it hits those strings, it doesn't recognise it as a number, hence the errors. Try putting a record with a Plan ID that has text as the first record.
Feb 21 '07 #3
beautiful. I learned something new today. Thanks to you.
Feb 21 '07 #4
Rabbit
12,516 Expert Mod 8TB
Not a problem, good luck.
Feb 21 '07 #5
NeoPa
32,556 Expert Mod 16PB
Excel can be a pain like that.
Trying to be clever and making assumptions - often without even providing the facility to override its assumptions.
Feb 26 '07 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

9
by: Francesco Moi | last post by:
Hello. I'm trying to build a RSS feed for my website. It starts: ----------------//--------------------- <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE rss PUBLIC "-//Netscape...
0
by: Juan Jose Costello Levien | last post by:
Hello, My name is Juan. I am new to the forum. Here I leave you a problem to see if you can help me. General Description I am developing an application in Visual Basic 6.
1
by: charlies224 | last post by:
Hi, I am writting a software that requires me to make sure the Num Lock is always on and Caps Lock is always off. First, I know how to detect if Num Lock or Caps Lock is on or off (if...
4
by: srad | last post by:
Hi..Im writting a doubly link list in c++,compiled with Turbo c++, but my Add_at_first method seems not working,i couldnt find any problem in the code... here is the code : #include <iostream.h>...
3
roula
by: roula | last post by:
Hi, I'm modifying a template (flash menu with html pages), when you click on the flash menu (about us for example) the corresponding html page is displayed, and the "about us" flash menu is...
7
by: southernsunsations | last post by:
/******************************************************************\ * * * * Date: 09.06.2007 ...
2
by: jah008 | last post by:
I have used a mysql query to receive a variable and placed it in a link. The problem is when the variable contains two words it only displays the first in the link. eg. if the variable contained...
3
by: Rana Chakra | last post by:
I am trying to send an automatic mail containing the account activation link to the person who is filling up the registration form after he/she clicks on Create account button. But every time it...
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?
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...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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...
0
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...
0
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
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...

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.