473,426 Members | 4,255 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,426 software developers and data experts.

Time key is not updateable!! HELP!!

I have a sql database connected with access, but when I try to run
macros which basically just transfer information from tables for
approval an error comes up with "time key is not updateable". I have
found a quick fix in which I can delete the time key from the table
and everything will run fine, but when end users try to change
records
it will not allow them. It comes up with an error that they cannot
save changes and must copy to the clipboard. Which then makes me have
to put the time key back and only then can they make changes. If you
have any suggestions please help!! If you need some more
clarification
please let me know.

Sep 4 '07 #1
1 1417
On Tue, 04 Sep 2007 07:33:51 -0700, ki********@hotmail.com wrote:
>I have a sql database connected with access, but when I try to run
macros which basically just transfer information from tables for
approval an error comes up with "time key is not updateable". I have
found a quick fix in which I can delete the time key from the table
and everything will run fine, but when end users try to change
records
it will not allow them. It comes up with an error that they cannot
save changes and must copy to the clipboard. Which then makes me have
to put the time key back and only then can they make changes. If you
have any suggestions please help!! If you need some more
clarification
please let me know.
I rather suspect Access is simply giving you the wrong error message,
and the error really has nothing at all to deal with the problem, it
is just one that fits the scenario of one where an update via the form
cannot be accomplished.

There could be quite a few explanations of this problem, but without
actually seeing your database, there's no easy way to tell you what
the exact problem is.

When dealing with access front-ends to SQL Server based back-ends,
whenever you make a "low-level" change to the structure (or working)
of a table (or view), you *MUST* have the users drop and re-create any
links they have to that table or view. This also means any tables (in
access) that are (in reality) views on the server. A table or view
may *appear* to work, but in use there may be some quite disastrous
results.

You will also have to do this when a field that used to allow nulls is
changed to not allow nulls. There are a number of other conditional
changes that can cause this error, the "allowing nulls" to "not
allowing nulls" is just the one I've seen most often. Changing a
field type such as changing a field from Char (or VarChar) to DateTime
is another.

Sep 9 '07 #2

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

Similar topics

6
by: Dave | last post by:
Hey folks, I'm moving from ASP to PHP and I must say that on using this for only a day it is MUCH simpler to get things going. Already have made a VERY basic blog site for myself in a very...
15
by: kpp9c | last post by:
I am kind of in a bit of a jam (okay a big jam) and i was hoping that someone here could give me a quick hand. I had a few pages of time calculations to do. So, i just started in on them typing...
3
by: CrystalDBA | last post by:
I am using SQL Server 2000. I need to query my database for all the contracts that came in during a certain time frame (user is prompted for reportingperiodid). Table - Periods Fields -...
17
by: Lapchien | last post by:
My table has a record called date/time - filled (not surprisingly) with a date and time. I can format the date in one query field, also the time, using format in an expression. My user wants me...
0
by: DS | last post by:
Hi Guys (and ladies): I have a parameter query in A2K that asks for records based on certain criteria. It returns the name and address fields of each record. I usually get about 5 to 10 records...
14
by: AimeeRae | last post by:
Hi Everyone- I need to figure out how link up a date and time in one database to a specific value in another database. For example: I have a radio station ABCD that aired an ad on Monday,...
2
jeffbroodwar
by: jeffbroodwar | last post by:
Hi all ! I'm currently working on a project that involves webservices..... the problem is with my database, i can't make it process two rs.updates at the same time. it throws an...
1
by: nigelesquire | last post by:
I am in need of your assistance. I have a page with multiple unixtime stamps and I need to display them in readable time and date with the user's time zone. Below is the code. <!DOCTYPE...
2
by: horlbecm | last post by:
I am having a problems in with relation to time formats and would greatly appreciate any help. The excel file I am writing the code for uses a Userform to prompt the user to select a file with...
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...
1
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...
0
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...

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.