Prior versions of Access allowed the user to update tables (via update
queries utilizing another query) without getting the dreaded "not updateable"
error. You would accomplish this by changing your query property settings to
"dynaset/allow inconsisent updates".
Queries in Access 2007 don't allow for this, correct? Or am I missing
something? Is the only alternative to create numerous temp tables, and then
use those temp tables in your queries as joins?
Thanks.
--
Craig
It's still there... are you looking at the Query Properties or the Field
Properties (won't find it there)?
--
Gina Whipp
2010 Microsoft MVP (Access)
"I feel I have been denied critical, need to know, information!" - Tremors
II
http://www.regina-whipp.com/index_files/TipList.htm
"Craig" <Cr...@discussions.microsoft.com> wrote in message
news:84312F30-AB5B-46DA...@microsoft.com...
Thanks for the reply. No, I do not see it. When I open a 2003 Access query
and right-click the query properties I get a dialog box with a "general" tab
that includes several options, including "recordset type" that you can toggle
to "dynaset", etc.
I don't see that in Access 2007 queries. When I right-click in the query I
get a dialog box with the "general" tab, but only 2 options ("source" and
"alias").
Do I need a service pack, or is there something else I'm missing?
Thanks.
--
Craig
Does it say...
Property Sheet
Selection Type: Query Properties
General
...what kind of query is it? AND are you in Design Mode for the query?
--
Gina Whipp
2010 Microsoft MVP (Access)
"I feel I have been denied critical, need to know, information!" - Tremors
II
http://www.regina-whipp.com/index_files/TipList.htm
"Craig" <Cr...@discussions.microsoft.com> wrote in message
news:442FD316-3A03-423F...@microsoft.com...
Yes, I'm in design mode for the query. But the selection type says "field
list properties", not "query properties".
Click in the area where the tables are... not on a table while the
Properties window is open.
--
Gina Whipp
2010 Microsoft MVP (Access)
"I feel I have been denied critical, need to know, information!" - Tremors
II
http://www.regina-whipp.com/index_files/TipList.htm
"Craig" <Cr...@discussions.microsoft.com> wrote in message
news:FEAD1680-C695-4144...@microsoft.com...
"Gina Whipp" wrote:
> .
>
Oh dear... Craig my apologies, I missed the whole Update query part. That
option not available in an Update query... it is in a Select query.
--
Gina Whipp
2010 Microsoft MVP (Access)
"I feel I have been denied critical, need to know, information!" - Tremors
II
http://www.regina-whipp.com/index_files/TipList.htm
"Craig" <Cr...@discussions.microsoft.com> wrote in message
news:17ACECD1-7577-4EA8...@microsoft.com...
So, my understanding is you can't update data in a table (linking a query to
a table) with inconsistent updates, as you could in version 2003?
thanks.
I just saw you posted a reply but it disappeared from newsreader just that
quick. Please repost...
--
Gina Whipp
2010 Microsoft MVP (Access)
"I feel I have been denied critical, need to know, information!" - Tremors
II
http://www.regina-whipp.com/index_files/TipList.htm
"Gina Whipp" <NotInt...@InViruses.com> wrote in message
news:8EF03C9A-0A1D-4C52...@microsoft.com...
I checked in Version 2003 and 2007 and that setting not allowed in Update
queries only Select queries.
--
Gina Whipp
2010 Microsoft MVP (Access)
"I feel I have been denied critical, need to know, information!" - Tremors
II
http://www.regina-whipp.com/index_files/TipList.htm
"Craig" <Cr...@discussions.microsoft.com> wrote in message
news:891543E0-7D1A-4957...@microsoft.com...
I don't have A2007 installed so I can't confirm or deny whether that option
no longer exists for Select queries in A2007.
Craig wrote:
> No problem...thanks for the assistance.
>
> So, my understanding is you can't update data in a table (linking a
> query to a table) with inconsistent updates, as you could in version
> 2003?
>
> thanks.
>
--
Microsoft MVP - ASP/ASP.NET - 2004-2007
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
The option does exists in Access 2007 but it does only apply to SELECT
queries and I think the Poster thinks it applied to UPDATE queries which it
never did no matter what version of Access.
--
Gina Whipp
2010 Microsoft MVP (Access)
"I feel I have been denied critical, need to know, information!" - Tremors
II
http://www.regina-whipp.com/index_files/TipList.htm
"Bob Barrows" <reb0...@NOyahoo.SPAMcom> wrote in message
news:OKiof0a0...@TK2MSFTNGP06.phx.gbl...
If you look at the query properties in Access 2003 you are CLEARLY ABLE to
update using inconsistent updates (right click in query properties, see
"recordset type").
Is this recordset type available in Access 2007? You could do it in Access
2003, I'm getting the impression this ability was removed in Access 2007.
I do agree that the property does not apply to any type of "action" query,
only Select queries.
After RE-reading I see you are correct. Though he just posted back saying
he is using and UPDATE query. So I have asked that he copy/paste the SQL
here.
--
Gina Whipp
2010 Microsoft MVP (Access)
"I feel I have been denied critical, need to know, information!" - Tremors
II
http://www.regina-whipp.com/index_files/TipList.htm
"Bob Barrows" <reb0...@NOyahoo.SPAMcom> wrote in message
news:#GjMSId0...@TK2MSFTNGP04.phx.gbl...
I just went and checked again... that option is not there, the only time I
see that option is on queries that with the word SELECT... Please copy
paste the SQL of the query you say is an update query here.
--
Gina Whipp
2010 Microsoft MVP (Access)
"I feel I have been denied critical, need to know, information!" - Tremors
II
http://www.regina-whipp.com/index_files/TipList.htm
"Craig" <Cr...@discussions.microsoft.com> wrote in message
news:1A7E6865-128F-4962...@microsoft.com...
Just in case, you switch the query from Design View to SQL View by using the
option in the View menu, or the toolbar button, or the right-click context
menu.
If not, then Gina is correct, an action query (a query whose sql statement
begins with UPDATE, INSERT or DELETE) does not return a recordset, so that
type of query does not have a recordset type property, even in A2003 (and I
have just confirmed this again). The only type of query for which I can
"CLEARLY" see a recordset type is a SELECT query. So please check again and
confirm it for us so we can stop going around in circles. Are you dealing
with a SELECT query whose results you wish to edit in the resulting
datasheet view, or an UPDATE query?
Craig wrote:
> Ok, sorry for the confusion....I thought it was clear in my prior
> posts that I intended to "update data".
>
> If you look at the query properties in Access 2003 you are CLEARLY
> ABLE to update using inconsistent updates (right click in query
> properties, see "recordset type").
>
> Is this recordset type available in Access 2007? You could do it in
> Access 2003, I'm getting the impression this ability was removed in
> Access 2007.
>
> Thanks.
>
--
My apologies...here I am coming off 'snarky' to people who are helping
me...inexcusable.
You are correct. My code was referencing a select query. This option
doesn't exist in an update query...only in a select query, in either 2003 or
2007. By choosing "inconsistent updates" you can update data in a select
query that has both a table and a query. If that query, however, is a group
by query, then you can't.
Thanks again.
--
Craig
"Bob Barrows" wrote:
> .
>
Nope, never thought you were *snarky*, just confused... hence the asking for
the SQL. We are happy to hear the matter has been resolved. However, if
you still need help with your UPDATE query because, as by this posting, it
is not working as desired... posting it here might help yget you your
desired results!
--
Gina Whipp
2010 Microsoft MVP (Access)
"I feel I have been denied critical, need to know, information!" - Tremors
II
http://www.regina-whipp.com/index_files/TipList.htm
"Craig" <Cr...@discussions.microsoft.com> wrote in message
news:A049E1D0-F763-4410...@microsoft.com...