Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recordset is not updateable. 1

Status
Not open for further replies.

blally

Programmer
Aug 22, 2000
3
US
I am trying to create a simple query that is a one to one join between two tables. However, as soon as I join the tables the query is Read Only. I need to edit this query in a form. I join has to be an inner join. If I run a query with one of the two tables it can be edited but as soon as their are two tables in the desing view it in Read Only.

What would make a query Read Only?
 
Hi Blally,

to edit this you need to add both keys to the query,
then if you add data to the master table key field access should add the slave table key field data for you, this usually works.

HTH

Robert Dwyer
rdwyer@orion-online.com.au
 
Also try changing the recordset type to Dynaset(inconsistent updates). This will allow updating fields that are locked with regular dynaset.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top