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

Updating Records from a query results.

72
Hello again,

Problem: I created a query to pull a set of records by workorder number. It works like a champ. However, I need the user to update/edit the records if need be. I am displaying the query results in a form. However, when I try to change an entry in any of the fields, I get a "ding" and nothing changes. The records are there for display (it seems) and nothing can be done to edit them. Everything I've read tells me it should be doable, but I am doing something wrong. I have set all properties for users to able to Allow Edits, Allow Deletions and Allow additions under Data Properties for the form.

So, where am I missing the boat?

The database resides in Network Drive with Novell controlling user rights. My network guy says that is nothing on his end. Alledgedly :).
Mar 12 '07 #1
9 1718
Rabbit
12,516 Expert Mod 8TB
You can't make changes to a calculated field. If the query is pulling the data straight from a table, then you can make a change to that, which will reflect itself in the table.
Mar 12 '07 #2
Rotor
72
You can't make changes to a calculated field. If the query is pulling the data straight from a table, then you can make a change to that, which will reflect itself in the table.
I'll double check my query, but I am pretty sure it is straight from the table. By calculated you mean if the query is pulling data from another query or table, correct?
Mar 13 '07 #3
Rabbit
12,516 Expert Mod 8TB
No, I mean if the field has some sort of operation performed on it such as addition or concatenation.
Mar 13 '07 #4
Rotor
72
Okay, I know I dont have any math in the fields. However, I may be concatenating. Off to check.
Mar 13 '07 #5
Rabbit
12,516 Expert Mod 8TB
Remember I said such as, check if you use any functions as well.
Mar 13 '07 #6
NeoPa
32,556 Expert Mod 16PB
An easy way to check if a query is updatable is to open it and, if it is updatable, there will be a record slot at the end (marked *) for entering a new record. If this is not there then your query is not updatable.
Mar 13 '07 #7
Rotor
72
Thxs for your help gents. I was concatenating one field. Thxs for quick tip Neopa.
Apr 2 '07 #8
Rabbit
12,516 Expert Mod 8TB
Not a problem.
Apr 2 '07 #9
NeoPa
32,556 Expert Mod 16PB
Thxs for your help gents. I was concatenating one field. Thxs for quick tip Neopa.
You're welcome Rotor.
Now let me see if I can respond to your other thread before going to bed.
Apr 3 '07 #10

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

Similar topics

6
by: Hennie de Nooijer | last post by:
Hi, Currently we're a building a metadatadriven datawarehouse in SQL Server 2000. We're investigating the possibility of the updating tables with enormeous number of updates and insert and the...
1
by: Alex Hemingway | last post by:
I have a table Products consisting of the following fields :- ProductID, ProductName, PriceLevel, UnitPrice and a query which returns all products with a specific PriceLevel. What I would like...
7
by: Foxster | last post by:
in access i have two tables (tblplayer, tblpoints) in tblplayer i have field totalpoint (number) in tlbpoints i have field pointgame (number) the two files are related via idplayer now i made a...
3
by: Nicolae Fieraru | last post by:
Hi All, I have a select query which is based on tblOne and tblTwo. The query selects some of the records in tblOne and tblTwo, based on a Where condition. What I need to do is to change the...
1
by: Chris Jackson | last post by:
I'm a novice Access user and am not sure how to solve the following problem. Any help with the following would be greatly appreciated! I have two tables with identical structures, the first holds...
34
by: Jeff | last post by:
For years I have been using VBA extensively for updating data to tables after processing. By this I mean if I had to do some intensive processing that resulted in data in temp tables, I would have...
6
by: recif20002002 | last post by:
Hello I am trying to update table1 and set a new value with a condition selecting only the results for the element with the specified ID and the first one with the Date field null. The query...
33
by: bill | last post by:
In an application I am writing the user can define a series of steps to be followed. I save them in a sql database using the field "order" (a smallint) as the primary key. (there are in the range...
1
by: zeetec | last post by:
Hi, I would like to be able to change a tables contents by linking it to a query. So if my query returns 2 records X and Y I want it to automatically change content in the table to match my...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
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
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...

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.