|
-
Jun 22nd, 2000, 02:39 AM
#1
Thread Starter
Junior Member
Hello,
I am using Access 2000 and I have run a simple Select Query. When I try to add data to the query, I get this message "This Recordset is not Updateable". Can anyone help with this error? How can I add data to the query?
-
Jun 22nd, 2000, 07:31 AM
#2
How have you opened the recordset. ado? jet?
-
Jun 22nd, 2000, 06:58 PM
#3
Thread Starter
Junior Member
Record Set Not Updateable
BG,
Thanks for replying. I'm sorry, but I'm not quite sure how that relates to what I've done. The way I "open the recordset" is to double-click on the query to open it. Is there another way to "open the recordset"? I know that ado and jet are the database engines, but that's about it...
Thanks again in advance!
-
Jun 22nd, 2000, 10:55 PM
#4
sorry, thought you were trying to open it from vb
-
Jun 22nd, 2000, 11:12 PM
#5
New Member
Nicole
If your qry joins multiple tables,
you're not allowed to update the records
it returns.
Can you give more info on what it is you're trying to accomplish?
-
Jun 23rd, 2000, 12:41 AM
#6
Thread Starter
Junior Member
Joedoer,
Thanks for your reply. This is a single table query. The table the query is based on contains a large number of columns. I want to be able to see just 4 columns from the table at one time. I then want to be able to make changes to just those four columns and have the changes update to the table. Do you have any ideas as to why I keep getting the "This Recordset is not Updateable" error message?
-
Jun 23rd, 2000, 01:02 AM
#7
New Member
Couple of questions.
Is the table in your Access.mdb or is it a linked table?
Can you open the table itself and change a record?
-
Jun 23rd, 2000, 01:51 AM
#8
Thread Starter
Junior Member
Joedoer,
The table is in my Access.mdb file and is not linked. Yes, I am able to open the table itself and make changes to it.
Thanks!
-
Jun 26th, 2000, 12:53 PM
#9
New Member
nicole2000
please check your query type (right_click on table)
select update query.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|