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

how to update a normal table from an excel linked table

Hello Guys
I have a linked excel sheet to MsAccess 2007.* In order to make extra changes to the information, I have to make a normal table in access.* Then add fields so it can be modified, as I cant modify or change anything in the linked sheet.
Is there a way to update WipMasterTbl from the linked excel table "WipMaster" and only add new records that are not in the table "WipMasterTbl " and also change the values if the excel sheet has changed.
I've tried the update query but I dont get it to work.* If I append then it adds all the records again!
Please Help
Ryno
Feb 17 '11 #1
1 1870
NeoPa
32,556 Expert Mod 16PB
It's not clear if this question is about using data from an Excel Linked table or how to manipulate data in a database.

I suggest the first thing you should do is to append the data from Excel into a local Access table if you're unsure about the limitations of a linked table.

As far as data manipulation is concerned, it is the same as you would expect to do in a database. Appending data is done using an APPEND query, and updating is done in an UPDATE query. Your WHERE clause can be used to ensure that the append data only is applied in the APPEND query and the same is true for the data required in the UPDATE query. There is no facility to do both steps within the same query.
Feb 17 '11 #2

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

Similar topics

12
by: jimserac | last post by:
I had previously posted this in an Access forum with negative results so will try here. Although this question specifies an Access database, I also wish to accomplish this with a large MS SQL...
1
by: John Baker | last post by:
Hi: I have an .xls file which I am linking into Access. This file has data on it that I am importing to Access (copy the linked table and append it to a current access table). Once I have done...
0
by: me here | last post by:
I have a VBA subroutine that links an MS Excel spreadsheet and copies the data into a local table. This process is controlled by a form that allows users to select the spreadsheet from the file...
5
by: deko | last post by:
How to run action query against linked table? I have an Access 2003 mdb with an Excel 2003 Workbook as a linked table. When I attempt to run an action query against the linked table I get this...
3
by: Michael Plant | last post by:
Hello one and all. I have a stored table in my database and the form I'm using is based on a query that draws data from my stored table and a linked table. The linked table is a *.txt file. ...
2
by: d.mercanti | last post by:
hi i have a standard SQL statement that works fine with MDB and DAO. Now i've put my tables on SQL server to use them via ODBC. The same SQL let me update some fields but doesn't let me to...
4
by: MooseManDan | last post by:
I have a linked table DOWNLOAD (MS excel spreadsheet) that I copied all the information over to in MAIN DATA table, but added more fields to MAIN DATA. How do I create the relationship to...
2
by: jalmar | last post by:
Hello....I'm back again with the same question. I still haven't been able to figure out why my query isn't working. I am linking a table to an Excel spreadsheet, that part is fine, it is even...
4
by: christianlott1 | last post by:
I've linked an excel worksheet as an access table. The values appear but it won't allow me to change any of the values. To test I've provided a fresh blank workbook and same problem. I've done...
0
by: dst393 via AccessMonster.com | last post by:
Can someone help me with this???? I have a linked table, which is an excel spreadsheet. In one of the columns there is a date and time. When I query the data, that particular column shows up...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
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,...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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,...

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.