473,799 Members | 3,224 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Problem in Linking Excel files in Access

4 New Member
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 and try linking it again, it works fine.

Please suggest a solution so that I dont have keep saving the excel file before linking it.

Thanks

KS
Oct 24 '07 #1
5 1615
Curben
47 New Member
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 and try linking it again, it works fine.

Please suggest a solution so that I dont have keep saving the excel file before linking it.

Thanks

KS
Is the Excel file saved on the local machine your working on?
Sometimes an excel file can be corrupted in a way that doesnt affect the files operation but will effect its interaction with other programs. If the files are based on one master file, you may need to correct the excil file that used as a template so all others will be correct.

Otherwise if the file is generated by another programs output, the program may be putting in garbage data or characters causing the same problem.

If none of this is accurate to your issue, then please also let us know your version of access
Oct 24 '07 #2
karthik28
4 New Member
Is the Excel file saved on the local machine your working on?
Sometimes an excel file can be corrupted in a way that doesnt affect the files operation but will effect its interaction with other programs. If the files are based on one master file, you may need to correct the excil file that used as a template so all others will be correct.

Otherwise if the file is generated by another programs output, the program may be putting in garbage data or characters causing the same problem.

If none of this is accurate to your issue, then please also let us know your version of access
I am getting data from an AS 400 mainframe into an excel file and trying to link it in access.

The access I am using in 2003. The same linking process is working fine on another computer ...

Please suggest how can I proceed to correct the problem.
Oct 24 '07 #3
Curben
47 New Member
I am getting data from an AS 400 mainframe into an excel file and trying to link it in access.

The access I am using in 2003. The same linking process is working fine on another computer ...

Please suggest how can I proceed to correct the problem.
do both workstations have the same versions of access and excel?
Oct 24 '07 #4
karthik28
4 New Member
do both workstations have the same versions of access and excel?
Yes, they do .. Is this an unusual problem?
Oct 24 '07 #5
Curben
47 New Member
Yes, they do .. Is this an unusual problem?
Well, it certainly shouldnt be happening :)

So as I understand:
2 PCs
each with a version of access and excel, both have the same versions.
the output file is from a mainframe and both PCs access the same copy of the output file.
The possible options I can think of are this:[list][list=a][*]Access Settings that are different[*]DB settings that are different[*]Excel settings that are different[*]PC settings that are different

If you open and close the file w/o making changes does it prompt for save, and if so what exactly is the dialogue in the notice?
Are both DBs running as the same version? i.e. both could be access 2003, but one DB could be in a 2000 format.
As a small test if you can, make a back up the DBs and place the backups on the other machines. This way we can determine whether its a Database based issue, or a machine based issue.
Oct 24 '07 #6

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

Similar topics

0
2482
by: Oci-One Kanubi | last post by:
Everything works fine in Access, but when I double-click on the resultant Excel files the first one opens correctly, but subsequent ones, and any other Excel files I try to open, fail to display at all; I get the Excel window frame with corrupted contents. The only way I can get decent functionality from Excel is to open Excel from the Start menu, open each of these new files from the Excel File menu, and save each one. Thereafter Excel...
4
3233
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 will do the calculations and then keep the data updated in the form and report in the DB. Apparently this isn't done in Access because the "cell" where you enter the data is actually a field. I have a tabular form that looks just like a...
9
1456
by: mooseshoes | last post by:
All: I've set up a database using two separate files so that I can keep the data stable while playing around with the structure. The tables in the data file are linked into the structure file (eg. structure.mdb, data.mdb). I am building this database for someone else, however, and when they install the two files on their computer and try to open a table in the structure file, Access complains that the links don't have the proper path...
0
2839
by: Jack | last post by:
Windows 2K Pro Access/Excel 2003 Hi there, I have a large number of password protected Excel Workbooks. The files are protected by code that runs when the workbook opens. The code asks the user to key in a password into an input box, the password is compared to a a partciular cell on a hidden (xlVeryHidden) sheet and if it matches the Workbooks opens. I have not used the usual Excel password protection as I need to provide for several...
2
2098
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 find this odd because I can get this data thru Excel's web query function.
0
1915
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 : C:\sajit\test.xls
2
2262
by: gellis72 | last post by:
I'm working on a program that imports a bunch of data from a folder full of Excel files and compiles it into an Access DB. The Excel files have a varying number of rows and columns that need to be imported, and the data needs to be processed/error checked before it's written to the DB. The way I've tackled this is to have a procedure that steps through a list of Excel files, invokes an instance of Excel, opens file "x", copies the relevant...
1
1319
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 and try linking it again, it works fine. Please suggest a solution so that I dont have keep saving the excel file before linking it. Thanks KS
11
9138
by: nartla | last post by:
Hello, I work on an app developped with Access/VBA and communicating with a SQL Server database via ODBC. My problem is that I have to manage a big string which can be 0 to 1024 characters long. The string is correctly stored in the Access and SQL Server tables (Memo field for Access, and varchar(1024) for SQL Server).
0
2411
by: hivdb2 | last post by:
Hi all, I have an app developed in Access 2000/2003 (2000 compatible). I have a routine to refresh table links. Both files are MDB files (the front end and back end). The code I use is as follows: DoCmd.TransferDatabase acLink, "Microsoft Access", datafile, acForm, table, table datafile = "c:\mydir\mybackend.mdb" The file that contains the code is c:\mydir\myfrontent.mdb
0
9538
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10247
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
10214
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
9067
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5459
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5583
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4135
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
3751
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2935
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.